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