Rails.gitignore 511 B

1234567891011121314151617181920212223242526
  1. *.rbc
  2. capybara-*.html
  3. .rspec
  4. /log
  5. /tmp
  6. /db/*.sqlite3
  7. /public/system
  8. /coverage/
  9. /spec/tmp
  10. **.orig
  11. rerun.txt
  12. pickle-email-*.html
  13. # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  14. config/initializers/secret_token.rb
  15. config/secrets.yml
  16. ## Environment normalisation:
  17. /.bundle
  18. /vendor/bundle
  19. # these should all be checked in to normalise the environment:
  20. # Gemfile.lock, .ruby-version, .ruby-gemset
  21. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  22. .rvmrc