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 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. config/master.key
  17. # Only include if you have production secrets in this file, which is no longer a Rails default
  18. # config/secrets.yml
  19. # dotenv
  20. # TODO Comment out this rule if environment variables can be committed
  21. .env
  22. ## Environment normalization:
  23. /.bundle
  24. /vendor/bundle
  25. # these should all be checked in to normalize the environment:
  26. # Gemfile.lock, .ruby-version, .ruby-gemset
  27. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  28. .rvmrc
  29. # if using bower-rails ignore default bower_components path bower.json files
  30. /vendor/assets/bower_components
  31. *.bowerrc
  32. bower.json
  33. # Ignore pow environment settings
  34. .powenv
  35. # Ignore Byebug command history file.
  36. .byebug_history
  37. # Ignore node_modules
  38. node_modules/
  39. # Ignore precompiled javascript packs
  40. /public/packs
  41. /public/packs-test
  42. /public/assets
  43. # Ignore yarn files
  44. /yarn-error.log
  45. yarn-debug.log*
  46. .yarn-integrity
  47. # Ignore uploaded files in development
  48. /storage/*
  49. !/storage/.keep