Closed jaypi95 closed 1 year ago
The current way using a shared .env means that the local .env gets overwritten anytime you checkout another branch. Since .env is in .gitignore anyways it should be removed from the repo and be replaced with an example file.
Amazing! We really needed such a file. LGTM!
The current way using a shared .env means that the local .env gets overwritten anytime you checkout another branch. Since .env is in .gitignore anyways it should be removed from the repo and be replaced with an example file.