1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 08:55:43 +01:00

Ignore .ruby-version and .ruby-gemset files

Now that rvm prefers these more compatible alternatives
http://stackoverflow.com/questions/15708916/use-rvmrc-or-ruby-version-file-to-set-a-project-gemset-with-rvm
This commit is contained in:
Morgan Brown 2013-06-06 17:37:54 -07:00
parent 098aee26a1
commit 2fbb18b7e8

View File

@ -4,6 +4,8 @@
capybara-*.html
.rspec
.rvmrc
.ruby-version
.ruby-gemset
/.bundle
/vendor/bundle
/log/*