From b8f2da734eb1a27665f0885331d5c2ffe573f217 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sun, 6 Apr 2014 15:25:39 -0700 Subject: [PATCH] Fix minor repetion in README .gitignore was repeated twice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72dd130ae..866979aa2 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`)