Y
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
AtlasBarfed
974 days ago
... and if you setup a git project and forget the gitignore
... your secrets get checked into git.
link
... your secrets get checked into git.