add vendor/bundle to the .gitignore for Draper devs vendoring gems locally using bundler

This commit is contained in:
Ryan Cook 2012-05-13 22:14:45 -06:00
parent 0ad8a07ce6
commit b1ede4fb07
1 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ coverage.data
coverage/*
.yardoc
tmp
vendor/bundle