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\//,
/^\.cache\//,
/^\.git\//,
/^node_modules(\/|$)/,
/^\.gitignore$/,
/\.DS_Store/,
/^\.rbenv-.*$/,