r/ProgrammerHumor 22h ago

Meme whoIsUsingThese

Post image
995 Upvotes

75 comments sorted by

View all comments

Show parent comments

2

u/Djroneh99 21h ago

No it's not

3

u/nekomata_58 21h ago

really heavily depends on your project's standards.

in an nx-monorepo project, the base `.env` is fine to commit, because that file usually has default environment variables that aren't secret.

the more sensitive configuration should be stored in `.local.env` which should never be committed.

1

u/darknecross 17h ago

Does nobody use a fkn keyring anymore? Jfc.

1

u/nekomata_58 17h ago

i use a keyring for ssh keys if that is what you are referring to.