From 6a7c49c5b89b5ecab63e77e930f305b7d41e7aee Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sat, 11 Mar 2017 17:42:03 +0530 Subject: [PATCH] update exclude array in configuration.md --- docs/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/configuration.md b/docs/_docs/configuration.md index 79de5a98..50750869 100644 --- a/docs/_docs/configuration.md +++ b/docs/_docs/configuration.md @@ -603,7 +603,7 @@ collections: # Handling Reading safe: false include: [".htaccess"] -exclude: ["node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"] +exclude: ["Gemfile", "Gemfile.lock", node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"] keep_files: [".git", ".svn"] encoding: "utf-8" markdown_ext: "markdown,mkdown,mkdn,mkd,md"