2010-11-09 05:11:38 +08:00
|
|
|
*.rbc
|
2010-11-09 07:20:34 +08:00
|
|
|
capybara-*.html
|
|
|
|
.rspec
|
2013-01-24 16:47:17 +08:00
|
|
|
/log
|
|
|
|
/tmp
|
2010-11-09 15:25:48 +08:00
|
|
|
/db/*.sqlite3
|
2013-01-24 16:47:17 +08:00
|
|
|
/public/system
|
2010-11-09 15:25:48 +08:00
|
|
|
/coverage/
|
2013-01-24 16:47:17 +08:00
|
|
|
/spec/tmp
|
2010-11-09 07:12:21 +08:00
|
|
|
**.orig
|
2010-11-25 02:34:00 +08:00
|
|
|
rerun.txt
|
2012-10-31 01:05:22 +08:00
|
|
|
pickle-email-*.html
|
2014-04-05 06:25:30 +08:00
|
|
|
|
2014-04-19 01:32:38 +08:00
|
|
|
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
|
2013-08-13 01:40:19 +08:00
|
|
|
config/initializers/secret_token.rb
|
2013-12-15 02:58:17 +08:00
|
|
|
config/secrets.yml
|
2013-11-10 18:12:01 +08:00
|
|
|
|
|
|
|
## Environment normalisation:
|
|
|
|
/.bundle
|
|
|
|
/vendor/bundle
|
|
|
|
|
2013-11-10 18:39:33 +08:00
|
|
|
# these should all be checked in to normalise the environment:
|
|
|
|
# Gemfile.lock, .ruby-version, .ruby-gemset
|
2013-11-10 18:12:01 +08:00
|
|
|
|
|
|
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
|
|
.rvmrc
|
2014-07-19 05:11:42 +08:00
|
|
|
|
|
|
|
# if using bower-rails ignore default bower_components path bower.json files
|
|
|
|
/vendor/assets/bower_components
|
|
|
|
*.bowerrc
|
|
|
|
bower.json
|
2014-10-21 17:50:16 +08:00
|
|
|
|
|
|
|
#Ignore pow enironment settings
|
|
|
|
.pow*
|