Hacker News new | ask | show | jobs
by scooble 974 days 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.
1 comments

... and if you setup a git project and forget the gitignore

... your secrets get checked into git.