mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
Update .gitignore for most recent Rails version
This is no longer a security threat in the most recent version of Rails as the production secret comes from an environmental variable. Further, deployment systems utilizing git (heroku) will often require this file.
This commit is contained in:
parent
88a7dc820e
commit
37a0fbaada
@ -11,9 +11,9 @@ capybara-*.html
|
|||||||
rerun.txt
|
rerun.txt
|
||||||
pickle-email-*.html
|
pickle-email-*.html
|
||||||
|
|
||||||
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
|
# TODO Uncomment these lines if you are using Rails < 4.1
|
||||||
config/initializers/secret_token.rb
|
# config/initializers/secret_token.rb
|
||||||
config/secrets.yml
|
# config/secrets.yml
|
||||||
|
|
||||||
## Environment normalisation:
|
## Environment normalisation:
|
||||||
/.bundle
|
/.bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user