mirror of
https://github.com/github/gitignore
synced 2024-12-04 01:15:43 +01:00
improve gitignore for rails
This commit is contained in:
parent
07e4992c29
commit
1da9c80ce0
@ -1,19 +1,23 @@
|
|||||||
*.rbc
|
*.rbc
|
||||||
*.sassc
|
*.sassc
|
||||||
.sass-cache
|
.sass-cache
|
||||||
capybara-*.html
|
|
||||||
.rspec
|
.rspec
|
||||||
/log
|
capybara-*.html
|
||||||
/tmp
|
|
||||||
/db/*.sqlite3
|
|
||||||
/public/system
|
|
||||||
/coverage/
|
|
||||||
/spec/tmp
|
|
||||||
**.orig
|
**.orig
|
||||||
rerun.txt
|
rerun.txt
|
||||||
pickle-email-*.html
|
pickle-email-*.html
|
||||||
|
tmp/
|
||||||
|
log/
|
||||||
|
db/*.sqlite3
|
||||||
|
public/system
|
||||||
|
coverage/
|
||||||
|
spec/tmp/
|
||||||
config/initializers/secret_token.rb
|
config/initializers/secret_token.rb
|
||||||
config/secrets.yml
|
config/secrets.yml
|
||||||
|
config/database.yml
|
||||||
|
config/deploy.rb
|
||||||
|
doc/**/*
|
||||||
|
!doc/README_FOR_APP
|
||||||
|
|
||||||
## Environment normalisation:
|
## Environment normalisation:
|
||||||
/.bundle
|
/.bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user