Skip to content

Instantly share code, notes, and snippets.

View derzorngottes's full-sized avatar

amy conchie derzorngottes

  • Seattle, WA
View GitHub Profile
## How to hide API keys from github ##
1. If you have already pushed commits with sensitive data, follow this guide to remove the sensitive info while
retaining your commits: https://help.github.com/articles/remove-sensitive-data/
2. In the terminal, create a config.js file and open it up:
touch config.js
atom config.js