Merge pull request #1599 from nslocum/v3-stable
Ignore gems installed in local dir.
This commit is contained in:
commit
41255e6727
|
@ -16,3 +16,6 @@
|
|||
|
||||
# Ignore .DS_store file
|
||||
.DS_Store
|
||||
|
||||
# Ignore gems installed in local directory
|
||||
/vendor/bundle/
|
||||
|
|
Loading…
Reference in a new issue