mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-08 01:43:55 +00:00
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:
@@ -68,3 +68,6 @@ backend/src/generated/version.ts
|
||||
# Local-only projects (separate repos)
|
||||
demo-video/
|
||||
website/
|
||||
|
||||
# Internal engineering docs (not published)
|
||||
docs/internal/
|
||||
|
||||
Reference in New Issue
Block a user