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
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

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