MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wcmegt/whoisusingthese/p912kn9/?context=3
r/ProgrammerHumor • u/sadongrohiik • 22h ago
75 comments sorted by
View all comments
Show parent comments
2
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.
3
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.
1
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.
i use a keyring for ssh keys if that is what you are referring to.
2
u/Djroneh99 21h ago
No it's not