From fa3f19ada84df36fb0da6ed1f6b8d2092a7c9d6e Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Thu, 11 Oct 2012 16:32:57 -0700 Subject: [PATCH] Add example to clarify a valid gitignore_template This was confusing when I first read it. --- content/v3/repos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/v3/repos.md b/content/v3/repos.md index ab1200e277..f38d794873 100644 --- a/content/v3/repos.md +++ b/content/v3/repos.md @@ -109,7 +109,8 @@ README. Default is `false`. gitignore\_template : _Optional_ **string** - Desired language or platform [.gitignore template](https://github.com/github/gitignore) to -apply. _Ignored if `auto_init` parameter is not provided._ +apply. Use the name of the template without the extension. For example, "Haskell" +_Ignored if `auto_init` parameter is not provided._ <%= json \ :name => "Hello-World",