Commit 9779d87d authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1973 from maxehmookau/patch-1

Add .env to optionally ignored files
parents f454371e a275681e
...@@ -16,6 +16,10 @@ pickle-email-*.html ...@@ -16,6 +16,10 @@ pickle-email-*.html
config/initializers/secret_token.rb config/initializers/secret_token.rb
config/secrets.yml config/secrets.yml
# dotenv
# TODO Comment out this rule if environment variables can be committed
.env
## Environment normalization: ## Environment normalization:
/.bundle /.bundle
/vendor/bundle /vendor/bundle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment