Merge pull request #5947 from ashmaroli/update-exclude-docs

Merge pull request 5947
This commit is contained in:
jekyllbot 2017-03-12 06:02:05 -04:00 committed by GitHub
commit 9bf3279695
1 changed files with 1 additions and 1 deletions

View File

@ -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"