Closed kbariotis closed 6 years ago
Folks will try to clone this repo and they will change .env file. The change can't be commited and it will make it hard for them to keep their repo in sync with this one.
.env
What if we gitignore .env and add a .env-example for reference?
.env-example
Love this idea!
Folks will try to clone this repo and they will change
.env
file. The change can't be commited and it will make it hard for them to keep their repo in sync with this one.What if we gitignore
.env
and add a.env-example
for reference?