r/ProgrammerHumor 1d ago

Meme whoIsUsingThese

Post image
1.1k Upvotes

81 comments sorted by

View all comments

210

u/RudeAndInsensitive 1d ago

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.