From a06a0879ff73c79e69e65b18ec15cdb2e9f2e49d Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Fri, 9 Jan 2026 20:22:17 +0100 Subject: [PATCH] chore: gitignore --- .gitignore | 3 +++ boost.json | 15 --------------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 boost.json diff --git a/.gitignore b/.gitignore index 02f3d78..70fe979 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ yarn-error.log /.junie/guidelines.md /CLAUDE.md /.mcp.json +/.ai +.DS_Store +/boost.json diff --git a/boost.json b/boost.json deleted file mode 100644 index 53962fa..0000000 --- a/boost.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "agents": [ - "claude_code", - "copilot", - "cursor", - "phpstorm" - ], - "editors": [ - "claude_code", - "cursor", - "phpstorm", - "vscode" - ], - "guidelines": [] -}