mirror of
https://github.com/github/gitignore
synced 2024-12-03 08:55:43 +01:00
improve gitignore for rails
This commit is contained in:
parent
07e4992c29
commit
1da9c80ce0
@ -1,19 +1,23 @@
|
||||
*.rbc
|
||||
*.sassc
|
||||
.sass-cache
|
||||
capybara-*.html
|
||||
.rspec
|
||||
/log
|
||||
/tmp
|
||||
/db/*.sqlite3
|
||||
/public/system
|
||||
/coverage/
|
||||
/spec/tmp
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user