2010-11-08 22:11:38 +01:00
|
|
|
*.rbc
|
2010-11-09 00:19:21 +01:00
|
|
|
*.sassc
|
|
|
|
.sass-cache
|
2010-11-09 00:20:34 +01:00
|
|
|
.rspec
|
2013-12-18 00:13:17 +01:00
|
|
|
capybara-*.html
|
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
|
2013-12-18 00:13:17 +01:00
|
|
|
tmp/
|
|
|
|
log/
|
|
|
|
db/*.sqlite3
|
|
|
|
public/system
|
|
|
|
coverage/
|
|
|
|
spec/tmp/
|
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-12-18 00:13:17 +01:00
|
|
|
config/database.yml
|
|
|
|
config/deploy.rb
|
|
|
|
doc/**/*
|
|
|
|
!doc/README_FOR_APP
|
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
|