Exclude vendor by default

This commit is contained in:
Frank Taillandier 2016-09-16 07:56:37 +02:00 committed by GitHub
parent 57fd5f887d
commit 59b61c3f9f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module Jekyll
# Handling Reading
"safe" => false,
"include" => [".htaccess"],
"exclude" => [],
"exclude" => ["vendor"],
"keep_files" => [".git", ".svn"],
"encoding" => "utf-8",
"markdown_ext" => "markdown,mkdown,mkdn,mkd,md",