vendor is now excluded by default [ci-skip]

This commit is contained in:
Frank Taillandier 2016-09-16 18:25:06 +02:00
parent 59b61c3f9f
commit 0233d93352
1 changed files with 1 additions and 1 deletions

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"