mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-18 10:31:37 -05:00
Exclude vendor by default
This commit is contained in:
committed by
GitHub
parent
57fd5f887d
commit
59b61c3f9f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user