Merge pull request #922 from middleman/ignore-vendor-folder
include '/vendor' in ignored files / folders
This commit is contained in:
commit
564af31987
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module Middleman
|
||||||
|
|
||||||
IGNORE_LIST = [
|
IGNORE_LIST = [
|
||||||
/^\.bundle\//,
|
/^\.bundle\//,
|
||||||
|
/^vendor\//,
|
||||||
/^\.sass-cache\//,
|
/^\.sass-cache\//,
|
||||||
/^\.git\//,
|
/^\.git\//,
|
||||||
/^\.gitignore$/,
|
/^\.gitignore$/,
|
||||||
|
|
Loading…
Add table
Reference in a new issue