Using a .env
file is pretty standard practice for many developers. It allows you to configure your local environment and use good security practices.
With Make, like many things, we can utilize a .env
file all the same with a few lines of code, and start exporting those secrets to tasks in the Makefile.