From 45b1f9e5ec4288f999f34d3c821bce74ca3f52a3 Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Mon, 3 Apr 2017 01:28:29 -0400 Subject: [PATCH] Fix missing quotation mark (#6002) Merge pull request 6002 --- 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 50750869..989aa907 100644 --- a/docs/_docs/configuration.md +++ b/docs/_docs/configuration.md @@ -603,7 +603,7 @@ collections: # Handling Reading safe: false include: [".htaccess"] -exclude: ["Gemfile", "Gemfile.lock", 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"