From 5f19b9dcd039e33ae44170de4f5155141f1d8eeb Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 21 May 2026 03:39:39 +0000 Subject: [PATCH] chore: gitignore Maina local artifacts under .maina/ Ignore per-developer Maina MCP tooling state (sqlite DBs + on-disk caches) generated under .maina/. Supersedes #114, which mistakenly targeted .main/ (missing the 'a') and so matched nothing. https://claude.ai/code/session_01SMSKutPGegZz7PiPwfMrXW --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 59bb1f5..9831c84 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ dist/ *.tsbuildinfo .DS_Store .claude/worktrees/ +.maina/cache/ +.maina/context/ +.maina/*.db