]> source.dussan.org Git - gitignore.git/commitdiff
Add .env.* to optionally ignored files in Rails.gitignore. (#3065)
authorhshimoyama <hshimoyama@users.noreply.github.com>
Fri, 6 Dec 2019 10:05:44 +0000 (19:05 +0900)
committerBrendan Forster <brendan@github.com>
Fri, 6 Dec 2019 10:05:44 +0000 (06:05 -0400)
Rails.gitignore

index 902de7a35fefa1d04368efb5c696001346ad75cc..8969914f0110600487a34fc8067b3dc87bb1ed41 100644 (file)
@@ -24,9 +24,10 @@ config/master.key
 # 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
+# dotenv, dotenv-rails
+# TODO Comment out these rules if environment variables can be committed
 .env
+.env.*
 
 ## Environment normalization:
 /.bundle