Ignore this new .cache folder that's shown up

This commit is contained in:
Ben Hollis 2013-11-24 23:31:51 -08:00
parent fc20a761de
commit 7ad5b2bdef

View file

@ -11,6 +11,7 @@ module Middleman
/^\.bundle\//, /^\.bundle\//,
/^vendor\//, /^vendor\//,
/^\.sass-cache\//, /^\.sass-cache\//,
/^\.cache\//,
/^\.git\//, /^\.git\//,
/^\.gitignore$/, /^\.gitignore$/,
/\.DS_Store/, /\.DS_Store/,