chore: gitignore docs/internal for engineering documentation (#746)

Reserve docs/internal/ for internal engineering documentation that should
not ship on docs.sencho.io. Mintlify's docs.json does not reference
internal/, so the folder is also invisible to the published site even if
it were tracked. The .gitignore entry prevents accidental commits.

The folder holds architecture deep-dives, module responsibilities,
shared-state inventory, WebSocket dispatch order, and refactor history
that are load-bearing for engineers but not appropriate for end-user
documentation.
This commit is contained in:
Anso
2026-04-24 08:13:54 -04:00
committed by GitHub
parent e9fce15010
commit 86722fe98e
+3
View File
@@ -68,3 +68,6 @@ backend/src/generated/version.ts
# Local-only projects (separate repos)
demo-video/
website/
# Internal engineering docs (not published)
docs/internal/