DEV Community

Discussion on: Only code goes into a repository, right?

Collapse
 
r0f1 profile image
Florian Rohrer

Thank you for sharing! Very interesting :)

Collapse
 
ben profile image
Ben Halpern

Here's a discussion on how orgs typically keep their secrets:

dev.to/ben/how-does-your-organizat...

And while it's an atypical approach, you could encrypt and check your secrets in:

dev.to/davidk01/encrypt-and-check-...

As @courier10pt alluded to , git's a pretty generic tool where you could keep anything there. Deciding what should go there is kind of a matter of figuring it out over time between you and your collaborators.