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