-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (46 loc) · 836 Bytes
/
.gitignore
File metadata and controls
60 lines (46 loc) · 836 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
51
52
53
54
55
56
57
58
59
60
node_modules/
dist/
*.log
.DS_Store
coverage/
# Test artifacts
logs/
*-results.json
*_RESULTS.json
test-briefs/
test-fixtures/
# SQLite database (local data)
*.db
*.db-wal
*.db-shm
# Environment and secrets
.env
.env.local
.env.*.local
.env.backup.DO_NOT_COMMIT
*.pem
*.key
# Organized subdirectories (local only, not part of core server)
experiments/
business/
test-results/
# Runtime data directories
data/
output/
# Local scripts
scripts/
# Legacy skill prompts (not Claude Code plugin skills)
skills/legal-review.md
skills/legal-review.prompt.md
# Runtime config (server.json tracked — required by MCP registry publisher)
# OpenAPI spec (generated)
openapi.yaml
# Frontend (separate concern)
frontend/
.mcpregistry_*
# Git worktrees
.worktrees/
# Claude Code local state
.claude/
# Private planning docs
docs/plans/