chore: gitignore

This commit is contained in:
Benjamin Nussbaum 2026-01-09 20:22:17 +01:00
parent ddce3947c6
commit a06a0879ff
2 changed files with 3 additions and 15 deletions

3
.gitignore vendored
View file

@ -29,3 +29,6 @@ yarn-error.log
/.junie/guidelines.md /.junie/guidelines.md
/CLAUDE.md /CLAUDE.md
/.mcp.json /.mcp.json
/.ai
.DS_Store
/boost.json

View file

@ -1,15 +0,0 @@
{
"agents": [
"claude_code",
"copilot",
"cursor",
"phpstorm"
],
"editors": [
"claude_code",
"cursor",
"phpstorm",
"vscode"
],
"guidelines": []
}