Skip to content

Commit e77ef81

Browse files
authored
Ignore Rails .env according recomendations
Reasons for making this change: Rails dotenv ignore is not following dotenv recommendations as stated in its documentation Links to documentation supporting these rule changes: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
1 parent cdd9e94 commit e77ef81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rails.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config/master.key
2727
# dotenv, dotenv-rails
2828
# TODO Comment out these rules if environment variables can be committed
2929
.env
30-
.env.*
30+
.env*.local
3131

3232
## Environment normalization:
3333
/.bundle

0 commit comments

Comments
 (0)