mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
Be much more specific about ignoring vendored directories.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user