1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/Rails.gitignore
Adam Mckaig 4757f6bbdc 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.
2013-02-14 17:47:56 -05:00

18 lines
188 B
Plaintext

*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
.project