chore: ignore local AI tool configuration files

Add MCP and OpenCode configuration files to .gitignore to keep
developer-specific local settings out of version control.chore: ignore local AI tool configuration files

Add MCP and OpenCode configuration files to .gitignore to keep
developer-specific local settings out of version control.
This commit is contained in:
skytek_xinliang
2026-05-11 15:59:16 +08:00
parent 361e969eda
commit 33fe404ca9
3 changed files with 2 additions and 25 deletions
+2
View File
@@ -44,3 +44,5 @@ output/playwright/
.claude/ .claude/
.ruler/ .ruler/
.playwright/ .playwright/
.mcp.json
.opencode.json
-12
View File
@@ -1,12 +0,0 @@
{
"mcpServers": {
"code-review-graph": {
"command": "uvx",
"args": [
"code-review-graph",
"serve"
],
"type": "stdio"
}
}
}
-13
View File
@@ -1,13 +0,0 @@
{
"mcpServers": {
"code-review-graph": {
"command": "uvx",
"args": [
"code-review-graph",
"serve"
],
"type": "stdio",
"env": []
}
}
}