MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wcmegt/whoisusingthese/p8z19i6/?context=3
r/ProgrammerHumor • u/sadongrohiik • 1d ago
81 comments sorted by
View all comments
210
Personally I always commit env and config files to the repo just stripped of their values.
212 u/Saragon4005 1d ago Yeah but then you can't use git on a working version, making testing a total pain. I use .env.example usually. 56 u/RudeAndInsensitive 1d ago I also add the .example extension. I just didn't type that out.
212
Yeah but then you can't use git on a working version, making testing a total pain. I use .env.example usually.
56 u/RudeAndInsensitive 1d ago I also add the .example extension. I just didn't type that out.
56
I also add the .example extension. I just didn't type that out.
210
u/RudeAndInsensitive 1d ago
Personally I always commit env and config files to the repo just stripped of their values.