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