add node_modules to filewatcher ignore

This commit is contained in:
Thomas Reynolds 2014-03-20 10:02:18 -07:00
parent 04d94d9b60
commit 1721dff4c7

View file

@ -10,6 +10,7 @@ module Middleman
/^\.sass-cache\//, /^\.sass-cache\//,
/^\.cache\//, /^\.cache\//,
/^\.git\//, /^\.git\//,
/^node_modules(\/|$)/,
/^\.gitignore$/, /^\.gitignore$/,
/\.DS_Store/, /\.DS_Store/,
/^\.rbenv-.*$/, /^\.rbenv-.*$/,