Is your feature request related to a problem? Please describe.
To avoid cluttering the shell config file with our enviroment envs, it would be nice to have a .env file and a .env.example file.
Describe the solution you'd like
- Include a a
.env.example file and add .env file to .gitignore;
- Include instructions about it on the
README.md;
- Create tests file for this feature;
Is your feature request related to a problem? Please describe.
To avoid cluttering the shell config file with our enviroment envs, it would be nice to have a
.envfile and a.env.examplefile.Describe the solution you'd like
.env.examplefile and add.envfile to.gitignore;README.md;