mirror of
https://github.com/github/gitignore
synced 2024-12-04 01:15: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:
parent
0aeefb48c0
commit
4757f6bbdc
@ -3,7 +3,6 @@
|
|||||||
.sass-cache
|
.sass-cache
|
||||||
capybara-*.html
|
capybara-*.html
|
||||||
.rspec
|
.rspec
|
||||||
.rvmrc
|
|
||||||
/.bundle
|
/.bundle
|
||||||
/vendor/bundle
|
/vendor/bundle
|
||||||
/log/*
|
/log/*
|
||||||
|
Loading…
Reference in New Issue
Block a user