add node_modules to filewatcher ignore
This commit is contained in:
parent
04d94d9b60
commit
1721dff4c7
|
@ -10,6 +10,7 @@ module Middleman
|
|||
/^\.sass-cache\//,
|
||||
/^\.cache\//,
|
||||
/^\.git\//,
|
||||
/^node_modules(\/|$)/,
|
||||
/^\.gitignore$/,
|
||||
/\.DS_Store/,
|
||||
/^\.rbenv-.*$/,
|
||||
|
|
Loading…
Reference in a new issue