Merge pull request #922 from middleman/ignore-vendor-folder

include '/vendor' in ignored files / folders
This commit is contained in:
Thomas Reynolds 2013-06-03 09:57:13 -07:00
commit 564af31987

View file

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