]> source.dussan.org Git - gitignore.git/commitdiff
Remove config/secrets.yml 2051/head
authorSteve Hull <p.witty@gmail.com>
Mon, 8 Aug 2016 18:38:53 +0000 (11:38 -0700)
committerSteve Hull <p.witty@gmail.com>
Mon, 8 Aug 2016 18:38:53 +0000 (11:38 -0700)
Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).

Rails.gitignore

index d8c256c1925e11e94c5b0a56919ec844517a7329..e97427608c1a0e49deca2c77b170dc433ebd6c8b 100644 (file)
@@ -12,9 +12,11 @@ capybara-*.html
 rerun.txt
 pickle-email-*.html
 
-# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
+# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
 config/initializers/secret_token.rb
-config/secrets.yml
+
+# Only include if you have production secrets in this file, which is no longer a Rails default
+# config/secrets.yml
 
 # dotenv
 # TODO Comment out this rule if environment variables can be committed