Skip to content

Commit 9779d87

Browse files
committed
Merge pull request #1973 from maxehmookau/patch-1
Add .env to optionally ignored files
2 parents f454371 + a275681 commit 9779d87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rails.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ pickle-email-*.html
1616
config/initializers/secret_token.rb
1717
config/secrets.yml
1818

19+
# dotenv
20+
# TODO Comment out this rule if environment variables can be committed
21+
.env
22+
1923
## Environment normalization:
2024
/.bundle
2125
/vendor/bundle

0 commit comments

Comments
 (0)