chore: remove .mcp.json from tracking and add to gitignore

This commit is contained in:
t8y2 2026-05-03 14:46:45 +08:00
parent d4ab3ac895
commit 68a8b382b2
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Dependencies
node_modules/
.claude
.mcp.json
# Build output
dist/

View File

@ -1,9 +0,0 @@
{
"mcpServers": {
"dbx": {
"command": "npx",
"args": ["tsx", "mcp/src/index.ts"],
"cwd": "/Users/skyler/VsCodeProjects/dbx"
}
}
}