Skip to content

Commit

Permalink
Ignore Rails .env according recomendations
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dlibanori authored Oct 28, 2021
1 parent cdd9e94 commit e77ef81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config/master.key
# dotenv, dotenv-rails
# TODO Comment out these rules if environment variables can be committed
.env
.env.*
.env*.local

## Environment normalization:
/.bundle
Expand Down

0 comments on commit e77ef81

Please sign in to comment.