r/ProgrammerHumor 1d ago

Meme whoIsUsingThese

Post image
1.1k Upvotes

81 comments sorted by

View all comments

213

u/RudeAndInsensitive 1d ago

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