Merge pull request #5361 from DirtyF/patch-1

Merge pull request 5361
This commit is contained in:
jekyllbot 2016-09-16 12:58:42 -07:00 committed by GitHub
commit c877d6f75c
2 changed files with 2 additions and 2 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",

View File

@ -594,7 +594,7 @@ collections:
# Handling Reading
safe: false
include: [".htaccess"]
exclude: []
exclude: ["vendor"]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"