The Wayback Machine - https://web.archive.org/web/20220707121207/https://github.com/github/gitignore/commit/e77ef81b1bf41eb12b6080e82dbc350f5d09f0c1
Skip to content
Permalink
Browse files
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
  • Loading branch information
dlibanori committed Oct 28, 2021
1 parent cdd9e94 commit e77ef81b1bf41eb12b6080e82dbc350f5d09f0c1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit e77ef81

Please sign in to comment.