We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e54ce commit 1604c21Copy full SHA for 1604c21
Rails.gitignore
@@ -24,9 +24,10 @@ config/master.key
24
# Only include if you have production secrets in this file, which is no longer a Rails default
25
# config/secrets.yml
26
27
-# dotenv
28
-# 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
29
.env
30
+.env.*
31
32
## Environment normalization:
33
/.bundle
0 commit comments