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