summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-04-06 15:25:39 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-04-06 15:25:39 -0700
commitb8f2da734eb1a27665f0885331d5c2ffe573f217 (patch)
treec4db7aa0886f63ef522d153762a41cd737b906f6
parent3687a1701b83a95f86dc139ba552a6f4f2da9053 (diff)
downloadgitbook-b8f2da734eb1a27665f0885331d5c2ffe573f217.zip
gitbook-b8f2da734eb1a27665f0885331d5c2ffe573f217.tar.gz
gitbook-b8f2da734eb1a27665f0885331d5c2ffe573f217.tar.bz2
Fix minor repetion in README
.gitignore was repeated twice
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72dd130..866979a 100644
--- a/README.md
+++ b/README.md
@@ -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`)