Skip to content

Commit fa3f19a

Browse files
committed
Add example to clarify a valid gitignore_template
This was confusing when I first read it.
1 parent 42fb154 commit fa3f19a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/v3/repos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ README. Default is `false`.
109109
gitignore\_template
110110
: _Optional_ **string** - Desired language or platform [.gitignore
111111
template](https://github.com/github/gitignore) to
112-
apply. _Ignored if `auto_init` parameter is not provided._
112+
apply. Use the name of the template without the extension. For example, "Haskell"
113+
_Ignored if `auto_init` parameter is not provided._
113114

114115
<%= json \
115116
:name => "Hello-World",

0 commit comments

Comments
 (0)