include '/vendor' in ignored files / folders

This commit is contained in:
Karl Freeman 2013-06-03 17:06:43 +01:00
parent 8863473756
commit 32b113dc93

View file

@ -8,6 +8,7 @@ module Middleman
IGNORE_LIST = [
/^\.bundle\//,
/^vendor\//,
/^\.sass-cache\//,
/^\.git\//,
/^\.gitignore$/,