Feature Type: feat_addition_ide
Description: I would like the ability to define a .env file, such that I can put project level environment variables inside of it.
Benefit: This would allow me to define environment variables on a project level such that when working along with other developers using source control, particular things like directory paths may be defined for each developer, keeping the git branch clean.
Link:
alternatively you could gitignore a file, or simply treat it the same way as a regular save file for testing purposes. But i do believe we could benefit from this.
Feature Type: feat_addition_ide Description: I would like the ability to define a .env file, such that I can put project level environment variables inside of it. Benefit: This would allow me to define environment variables on a project level such that when working along with other developers using source control, particular things like directory paths may be defined for each developer, keeping the git branch clean. Link: