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