Commit 0a8b6b9b authored by Carl Suster's avatar Carl Suster

Merge pull request #1396 from polamjag/ignore-vendor-bundle-on-ruby

ignore /vendor/bundle on Ruby.gitignore
parents 5d8b19ad 2afbfbdb
...@@ -22,6 +22,7 @@ build/ ...@@ -22,6 +22,7 @@ build/
## Environment normalisation: ## Environment normalisation:
/.bundle/ /.bundle/
/vendor/bundle
/lib/bundler/man/ /lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is # for a library or gem, you might want to ignore these files since the code is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment