From 63b8ce96d382d72d5c4b5c552b432dcc9ff8a738 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 18 Jul 2026 16:29:31 -0500 Subject: [PATCH] chore(gitignore): ignore .gemini/ and local wiki/docs per ecosystem standard Re-cut from dev to resolve base divergence. Authored-by: Moko Consulting --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 559d5c8..6ba2e56 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ Icon? .idea/ .settings/ .claude/ +.gemini/ .vscode/* !.vscode/tasks.json !.vscode/settings.json.example @@ -223,3 +224,15 @@ profile.ps1 # Wiki content lives in the native MokoGit wiki (MokoOnyx.wiki.git); local wiki/ is a gitignored clone wiki/ + +# ============================================================ +# AI client instructions (not version controlled) +# ============================================================ +/GEMINI.md +/MOKOAI.md +.mokoai/ + +# ============================================================ +# Local wiki clone (not version controlled) +# ============================================================ +docs/ -- 2.52.0