From 54d21f300cd67ca44271ee459520e745d05f1d38 Mon Sep 17 00:00:00 2001 From: Bas van Rossem Date: Wed, 17 Jun 2026 13:10:00 +0200 Subject: [PATCH] chore: gitignore local MCP config and personal CLAUDE.local.md --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 08d48c5..d4f7c60 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,12 @@ apps/mobile/caches/* # anything .anything +# local MCP server config (Plane) — keep out of the repo +.mcp.json + +# personal project-local Claude instructions (Plane tracking pointers) +CLAUDE.local.md + # playwright playwright-report test-results