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
This commit is contained in:
parent
cdd9e946da
commit
e77ef81b1b
@ -27,7 +27,7 @@ config/master.key
|
|||||||
# dotenv, dotenv-rails
|
# dotenv, dotenv-rails
|
||||||
# TODO Comment out these rules if environment variables can be committed
|
# TODO Comment out these rules if environment variables can be committed
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env*.local
|
||||||
|
|
||||||
## Environment normalization:
|
## Environment normalization:
|
||||||
/.bundle
|
/.bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user