Add `vendor/bundle` to gitignore

Ensure this directory is ignored so that any installed resources from
Bundler aren't handled by Git.
This commit is contained in:
David\ Beitey 2015-09-10 15:20:36 +10:00
parent a91d267a21
commit c000d1f053
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ _site
.ruby-version
.bundle
vendor/cache
vendor/bundle
# Numerous always-ignore extensions
*.diff