Closed roberto-butti closed 5 years ago
What exactly needs to be done?
What exactly needs to be done?
in .gitignore file there are these lines:
# local env files
.env.local
.env.*.local
we need to and also .env :
# local env files
.env
.env.local
.env.*.local
fixed by PR #99
Exclude .env file from git. You need to add into .gitignore file the .env (we already ignore some .env.*)