Rails.gitignore 425 B

123456789101112131415161718192021222324
  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. config/initializers/secret_token.rb
  14. config/secrets.yml
  15. ## Environment normalisation:
  16. /.bundle
  17. /vendor/bundle
  18. # these should all be checked in to normalise the environment:
  19. # Gemfile.lock, .ruby-version, .ruby-gemset
  20. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  21. .rvmrc