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:
@@ -44,3 +44,5 @@ output/playwright/
|
|||||||
.claude/
|
.claude/
|
||||||
.ruler/
|
.ruler/
|
||||||
.playwright/
|
.playwright/
|
||||||
|
.mcp.json
|
||||||
|
.opencode.json
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"code-review-graph": {
|
|
||||||
"command": "uvx",
|
|
||||||
"args": [
|
|
||||||
"code-review-graph",
|
|
||||||
"serve"
|
|
||||||
],
|
|
||||||
"type": "stdio"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"code-review-graph": {
|
|
||||||
"command": "uvx",
|
|
||||||
"args": [
|
|
||||||
"code-review-graph",
|
|
||||||
"serve"
|
|
||||||
],
|
|
||||||
"type": "stdio",
|
|
||||||
"env": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user