Hacker News new | ask | show | jobs
by kurokawad 604 days ago
Thanks! May I ask why would you split API keys from the rest?
1 comments

API Keys are usually secrets and as such, if I wanted to commit those files to git, the API token would not leak to my repository.
Seems legit! Gonna add it