mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
31 lines
508 B
Plaintext
31 lines
508 B
Plaintext
*.rbc
|
|
*.sassc
|
|
.sass-cache
|
|
.rspec
|
|
capybara-*.html
|
|
**.orig
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
tmp/
|
|
log/
|
|
db/*.sqlite3
|
|
public/system
|
|
coverage/
|
|
spec/tmp/
|
|
config/initializers/secret_token.rb
|
|
config/secrets.yml
|
|
config/database.yml
|
|
config/deploy.rb
|
|
doc/**/*
|
|
!doc/README_FOR_APP
|
|
|
|
## Environment normalisation:
|
|
/.bundle
|
|
/vendor/bundle
|
|
|
|
# these should all be checked in to normalise the environment:
|
|
# Gemfile.lock, .ruby-version, .ruby-gemset
|
|
|
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
.rvmrc
|