From d2e7d85e16e0594f0f9a4d6e62611478f2649e70 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 4 Jul 2026 14:56:51 -0500 Subject: [PATCH] fix: add wiki/ and docs/ to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Local wiki clones and docs directories should not be tracked in the repository — wiki content lives on MokoGitea wiki system. Claude-Session: https://claude.ai/code/session_01CwLGvFJPjoPTp9BEnSjtJf --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index abcdc2d..a654d71 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,9 @@ hypothesis/ profile.ps1 .mcp.json + +# ============================================================ +# Local wiki clone (not version controlled) +# ============================================================ +wiki/ +docs/ -- 2.52.0