You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Rails 944B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 this rule if you are OK with secrets being uploaded to the repo
  15. config/initializers/secret_token.rb
  16. # Only include if you have production secrets in this file, which is no longer a Rails default
  17. # config/secrets.yml
  18. # dotenv
  19. # TODO Comment out this rule if environment variables can be committed
  20. .env
  21. ## Environment normalization:
  22. /.bundle
  23. /vendor/bundle
  24. # these should all be checked in to normalize the environment:
  25. # Gemfile.lock, .ruby-version, .ruby-gemset
  26. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  27. .rvmrc
  28. # if using bower-rails ignore default bower_components path bower.json files
  29. /vendor/assets/bower_components
  30. *.bowerrc
  31. bower.json
  32. # Ignore pow environment settings
  33. .powenv
  34. # Ignore Byebug command history file.
  35. .byebug_history