This project is archived and is in readonly mode.
Add .rvmrc file to .gitignore for Ruby on Rails code
Reported by Ivan Torres (mexpolk) | July 13th, 2010 @ 07:47 PM
Wouldn't be nice to add .rvmrc to the .gitignore file on the root folder of Rails?
That way I can setup multiple rubies+gems to test multiple configurations (ruby 1.8.7@rails3 or ruby 1.9.2@rails3). Would be great if we eliminate the need of messing with my default/stable gems.
¿What do you think?
Comments and changes to this ticket
-
Santiago Pastorino July 15th, 2010 @ 12:16 AM
- State changed from new to wontfix
- Importance changed from to Low
Ivan you can do this
git config --global core.excludesfile ~/.gitignore
and add your personal ignores in this file
-
Ivan Torres (mexpolk) July 15th, 2010 @ 12:22 AM
Hi Santiago,
Yes, I thought that too.
Thanks anyway!
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>