📃 Commit cdb965d
scrub HOW-TO-PUSH.md from history; gitignore secrets
cdb965df27f6a039392c93d43f3fbd36d68f7b70
📝 Diff
.gitignore
| @@ -0,0 +1,14 @@ | |
| + | # Generated runtime state |
| + | config.json |
| + | data/ |
| + | |
| + | # Local-only docs that may contain credentials or environment specifics |
| + | HOW-TO-PUSH.md |
| + | |
| + | # Node + editor cruft |
| + | node_modules/ |
| + | *.log |
| + | .DS_Store |
| + | *.swp |
| + | .idea/ |
| + | .vscode/ |
| |