From 7cb05ca988d9fd8b1977cc5fdd39b2452be1a8e0 Mon Sep 17 00:00:00 2001 From: Renn F Date: Fri, 5 Jun 2026 17:05:00 +0200 Subject: [PATCH] chore(docs): untrack internal-only strategy and reference docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs/internal/ held internal scratch and business-strategy material (architecture dumps under old/, plus drafts) that should not live on the public repo. Remove the whole tree from tracking — local copies are kept — and gitignore docs/internal/ so it can't be re-added by accident. Also gitignore the internal smoke-findings tracker. (History scrub of the already-pushed copies is a separate follow-up.) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21322730..ab231381 100644 --- a/.gitignore +++ b/.gitignore @@ -95,4 +95,7 @@ panel/out/ panel/coverage/ panel/tsconfig.tsbuildinfo panel/.env.local -panel/.env.*.local \ No newline at end of file +panel/.env.*.local +# Internal-only: strategy/scratch/reference dumps — never publish +docs/internal/ +SMOKE_FINDINGS_*.md