We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f454371 + a275681 commit 9779d87Copy full SHA for 9779d87
1 file changed
Rails.gitignore
@@ -16,6 +16,10 @@ pickle-email-*.html
16
config/initializers/secret_token.rb
17
config/secrets.yml
18
19
+# dotenv
20
+# TODO Comment out this rule if environment variables can be committed
21
+.env
22
+
23
## Environment normalization:
24
/.bundle
25
/vendor/bundle
0 commit comments