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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. *.rbc
  2. capybara-*.html
  3. .rspec
  4. /db/*.sqlite3
  5. /db/*.sqlite3-journal
  6. /db/*.sqlite3-[0-9]*
  7. /public/system
  8. /coverage/
  9. /spec/tmp
  10. *.orig
  11. rerun.txt
  12. pickle-email-*.html
  13. # Ignore all logfiles and tempfiles.
  14. /log/*
  15. /tmp/*
  16. !/log/.keep
  17. !/tmp/.keep
  18. # TODO Comment out this rule if you are OK with secrets being uploaded to the repo
  19. config/initializers/secret_token.rb
  20. config/master.key
  21. # Only include if you have production secrets in this file, which is no longer a Rails default
  22. # config/secrets.yml
  23. # dotenv, dotenv-rails
  24. # TODO Comment out these rules if environment variables can be committed
  25. .env
  26. .env*.local
  27. ## Environment normalization:
  28. /.bundle
  29. /vendor/bundle
  30. # these should all be checked in to normalize the environment:
  31. # Gemfile.lock, .ruby-version, .ruby-gemset
  32. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  33. .rvmrc
  34. # if using bower-rails ignore default bower_components path bower.json files
  35. /vendor/assets/bower_components
  36. *.bowerrc
  37. bower.json
  38. # Ignore pow environment settings
  39. .powenv
  40. # Ignore Byebug command history file.
  41. .byebug_history
  42. # Ignore node_modules
  43. node_modules/
  44. # Ignore precompiled javascript packs
  45. /public/packs
  46. /public/packs-test
  47. /public/assets
  48. # Ignore yarn files
  49. /yarn-error.log
  50. yarn-debug.log*
  51. .yarn-integrity
  52. # Ignore uploaded files in development
  53. /storage/*
  54. !/storage/.keep
  55. /public/uploads