Rails 707 B

123456789101112131415161718192021222324252627282930313233343536
  1. *.rbc
  2. capybara-*.html
  3. .rspec
  4. /log
  5. /tmp
  6. /db/*.sqlite3
  7. /db/*.sqlite3-journal
  8. /public/system
  9. /coverage/
  10. /spec/tmp
  11. **.orig
  12. rerun.txt
  13. pickle-email-*.html
  14. # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  15. config/initializers/secret_token.rb
  16. config/secrets.yml
  17. ## Environment normalisation:
  18. /.bundle
  19. /vendor/bundle
  20. # these should all be checked in to normalise the environment:
  21. # Gemfile.lock, .ruby-version, .ruby-gemset
  22. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  23. .rvmrc
  24. # if using bower-rails ignore default bower_components path bower.json files
  25. /vendor/assets/bower_components
  26. *.bowerrc
  27. bower.json
  28. # Ignore pow environment settings
  29. .powenv