Be much more specific about ignoring vendored directories.

This commit is contained in:
Parker Moore
2016-11-09 08:15:55 -08:00
parent 74a5297c19
commit b194211a32

View File

@@ -17,7 +17,7 @@ module Jekyll
# Handling Reading
"safe" => false,
"include" => [".htaccess"],
"exclude" => %w(node_modules vendor),
"exclude" => %w(node_modules vendor/bundle vendor/ruby vendor/cache),
"keep_files" => [".git", ".svn"],
"encoding" => "utf-8",
"markdown_ext" => "markdown,mkdown,mkdn,mkd,md",