add node_modules to filewatcher ignore

This commit is contained in:
Thomas Reynolds 2014-03-20 10:02:18 -07:00
parent ae1edd482f
commit fde93ffed4

View file

@ -10,6 +10,7 @@ module Middleman
/^bin(\/|$)/,
/^\.bundle(\/|$)/,
/^vendor(\/|$)/,
/^node_modules(\/|$)/,
/^\.sass-cache(\/|$)/,
/^\.cache(\/|$)/,
/^\.git(\/|$)/,