add node_modules to filewatcher ignore
This commit is contained in:
parent
ae1edd482f
commit
fde93ffed4
|
@ -10,6 +10,7 @@ module Middleman
|
||||||
/^bin(\/|$)/,
|
/^bin(\/|$)/,
|
||||||
/^\.bundle(\/|$)/,
|
/^\.bundle(\/|$)/,
|
||||||
/^vendor(\/|$)/,
|
/^vendor(\/|$)/,
|
||||||
|
/^node_modules(\/|$)/,
|
||||||
/^\.sass-cache(\/|$)/,
|
/^\.sass-cache(\/|$)/,
|
||||||
/^\.cache(\/|$)/,
|
/^\.cache(\/|$)/,
|
||||||
/^\.git(\/|$)/,
|
/^\.git(\/|$)/,
|
||||||
|
|
Loading…
Reference in a new issue