mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
0bad6cf48b
I added secret_token.rb file to the gitignore as there are public repos sharing it.
20 lines
231 B
Plaintext
20 lines
231 B
Plaintext
*.rbc
|
|
*.sassc
|
|
.sass-cache
|
|
capybara-*.html
|
|
.rspec
|
|
.rvmrc
|
|
/.bundle
|
|
/vendor/bundle
|
|
/log/*
|
|
/tmp/*
|
|
/db/*.sqlite3
|
|
/public/system/*
|
|
/coverage/
|
|
/spec/tmp/*
|
|
**.orig
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
.project
|
|
config/initializers/secret_token.rb
|