summaryrefslogtreecommitdiff
path: root/vendor/gitignore/Rails.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gitignore/Rails.gitignore')
-rw-r--r--vendor/gitignore/Rails.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/gitignore/Rails.gitignore b/vendor/gitignore/Rails.gitignore
index d8c256c1925..e97427608c1 100644
--- a/vendor/gitignore/Rails.gitignore
+++ b/vendor/gitignore/Rails.gitignore
@@ -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