docs: add rule — never check in private info (public repo)

This commit is contained in:
you
2026-03-23 23:53:44 +00:00
parent ac3577d719
commit 8bd9ce0431
+1
View File
@@ -163,6 +163,7 @@ After pushing, verify in the browser:
- No build step, no transpilation — write ES2020 for server, ES5/6 for frontend (broad browser support)
## What NOT to Do
- **Don't check in private information** — no names, API keys, tokens, passwords, IP addresses, personal data, or any identifying information. This is a PUBLIC repo.
- Don't add npm dependencies without asking
- Don't create a build step
- Don't add framework abstractions (React, Vue, etc.)