6 ms·
I've read a bunch of tutorials promoting env vars to avoid secrets being accidentally checked into git. Step 1 is usually to create a .env file and add it to y
by scooble 3y ago
I've read a bunch of tutorials promoting env vars to avoid secrets being accidentally checked into git. Step 1 is usually to create a .env file and add it to your gitignore.
- AtlasBarfed 3y ago... and if you setup a git project and forget the gitignore ... your secrets get checked into git.