From 86722fe98e47675887f8c7e5d63c539db43b655a Mon Sep 17 00:00:00 2001 From: Anso Date: Fri, 24 Apr 2026 08:13:54 -0400 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index df753c8e..565d33a5 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,6 @@ backend/src/generated/version.ts # Local-only projects (separate repos) demo-video/ website/ + +# Internal engineering docs (not published) +docs/internal/