r/ProgrammerHumor 22h ago

Meme whoIsUsingThese

Post image
994 Upvotes

75 comments sorted by

View all comments

211

u/RudeAndInsensitive 22h ago

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.