-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (45 loc) · 847 Bytes
/
.gitignore
File metadata and controls
50 lines (45 loc) · 847 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Folders
.code-review-cache/
# Context Files
PROJECT_STATUS.*
PROJECT_STATUS_ARCHIVE.md
.DS_Store
.vscode
.idea
node_modules/
*-workspace/
server/build
client/dist
client/lib
client/tsconfig.app.tsbuildinfo
client/tsconfig.node.tsbuildinfo
cli/build
test-output
tool-test-output
metadata-test-output
# symlinked by `npm run link:sdk`:
sdk
client/playwright-report/
client/results.json
client/test-results/
client/e2e/test-results/
mcp.json
.claude/settings.local.json
.claude
logs/
.mcp.json
docs/doc_MCP_INSPECTOR_5POINT_ASSESSMENT_WHITEPAPER.docx
PROJECT_STATUS.md.bak
SECURITY_VULNERABILITY_REPORT.md
SECURITY_FIX_IMPLEMENTATION.md
archive/
inspector.code-workspace*
*.tgz
PROJECT_STATUS.md
PUBLISHING_GUIDE.md
# Generated security audit reports (root-level only)
/security/
# Test coverage reports
coverage/
inspector.code-workspace
.env