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

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ pkg/*
coverage.data
coverage/*
.yardoc
tmp
tmp
vendor/bundle