mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
4757f6bbdc
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.
18 lines
188 B
Plaintext
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
|