include '/vendor' in ignored files / folders
This commit is contained in:
parent
8863473756
commit
32b113dc93
|
@ -8,6 +8,7 @@ module Middleman
|
|||
|
||||
IGNORE_LIST = [
|
||||
/^\.bundle\//,
|
||||
/^vendor\//,
|
||||
/^\.sass-cache\//,
|
||||
/^\.git\//,
|
||||
/^\.gitignore$/,
|
||||
|
|
Loading…
Reference in a new issue