From c70344156d3216a5ab828cee2b6756d73b39ce95 Mon Sep 17 00:00:00 2001 From: Shirone Date: Sun, 15 Feb 2026 16:46:29 +0100 Subject: [PATCH] chore: update .gitignore to include new configuration files - Added .mcp.json and .planning to .gitignore to prevent tracking of configuration files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7d6c7b0e..d7739863 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,5 @@ data/.api-key data/credentials.json data/ .codex/ +.mcp.json +.planning \ No newline at end of file