From cfa097cdc9535d3e6eda0262bb68623f6b743ac9 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 28 Jun 2026 16:19:46 +0000 Subject: [PATCH] chore: gitignore DOCTRINE.md in this public repo Add DOCTRINE.md to .gitignore as a guard so the internal family doctrine is not re-added to this public repo. The existing committed copy is left in place. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 60b06ac..3896ff0 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,6 @@ yarn-error.log* *.swp .idea/ .vscode/ + +# Family doctrine doc: internal; keep out of this public repo going forward +DOCTRINE.md