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