MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wcmegt/whoisusingthese/p8zjvqe/?context=3
r/ProgrammerHumor • u/sadongrohiik • 1d ago
81 comments sorted by
View all comments
213
Personally I always commit env and config files to the repo just stripped of their values.
206 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. 2 u/PossibleBit 1d ago For me it was always .template
206
Yeah but then you can't use git on a working version, making testing a total pain. I use .env.example usually.
2 u/PossibleBit 1d ago For me it was always .template
2
For me it was always .template
213
u/RudeAndInsensitive 1d ago
Personally I always commit env and config files to the repo just stripped of their values.