Fix minor repetion in README

.gitignore was repeated twice
This commit is contained in:
Aaron O'Mullan
2014-04-06 15:25:39 -07:00
parent 3687a1701b
commit b8f2da734e
+1 -1
View File
@@ -122,4 +122,4 @@ You can see a complete example with the [Learn Git](https://github.com/GitbookIO
#### Ignoring files & folders
GitBook will read the `.gitignore`, `.bookignore` and `.gitignore` files to get a list of files and folders to skip. (The format inside those files, follows the same convention as `.gitignore`)
GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a list of files and folders to skip. (The format inside those files, follows the same convention as `.gitignore`)