1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

Don't ignore .rvmrc

We shouldn't be encouraging people to ignore their .rvmrc in a Rails
project. It's a good idea to ignore it (along with .rbenv-version, and 
the others) in a in a gem which may be used under many ruby versions,
but Rails apps usually target a single version, to avoid nasty surprises
when deploying.
This commit is contained in:
Adam Mckaig 2013-02-14 17:47:56 -05:00
parent 0aeefb48c0
commit 4757f6bbdc

View File

@ -3,7 +3,6 @@
.sass-cache .sass-cache
capybara-*.html capybara-*.html
.rspec .rspec
.rvmrc
/.bundle /.bundle
/vendor/bundle /vendor/bundle
/log/* /log/*