forked from modelcontextprotocol/inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (26 loc) · 736 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (26 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.idea
.vscode
.DS_Store
.claude/
node_modules
dist
clients/web/dist
clients/**/build
clients/**/coverage
test-servers/build
# TypeScript incremental build cache (written by `tsc -b`); web routes its own
# into node_modules/.tmp via tsBuildInfoFile, but a stray `tsc -b` elsewhere
# drops one next to the tsconfig — never source.
*.tsbuildinfo
.env
/.playwright-mcp/
# Local debugging artifacts dropped at the repo root (e.g. attached to
# Claude Code conversations): screenshots, exported Inspector history dumps,
# and ad-hoc registry/client config fixtures used for manual import testing.
# Should never be part of the source tree.
/*.png
/inspector-history-*.json
/inspector-network-*.json
/*.server.json
/configs/
pr-screenshots