-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (88 loc) · 1.68 KB
/
.gitignore
File metadata and controls
102 lines (88 loc) · 1.68 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Dependencies
node_modules/
# Build output
dist/
# Test coverage
coverage/
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# AI/Development Tools (user-specific)
.claude/
.cursor/
.codex/
# BMAD Framework (user-specific)
bmad/
.bmad/
.bmad-*/
**/bmad/
BMAD*.md
bmad-*.md
# Specs and planning (user-specific)
specs/
PUBLISHING.md
.specify/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
audit.log
# Temp files
*.tmp
.temp/
# MCP config (may contain secrets)
.mcp.json
.code-executor.json
# Auto-generated wrappers (user-specific, not committed)
wrappers/
.code-executor-wrappers/
# Internal documentation (not for public repo)
CLAUDE.md
docs/coding-standards.md
*_TASKS_*.md
*_TEST*.md
*_TESTS_*.md
CODE_REVIEW*.md
DOCKER_TESTING.md
*.md.backup
docs/project-scan-report.json
docs/bmm-workflow-status.yaml
docs/api-contracts.md
docs/data-models.md
src/schema-cache.test.ts
src/schema-cache.test.ts
src/schema-cache.test.ts
docs/source-tree-analysis.md
vitest.config.ts
docs/index.md
docs/architecture.md
docs/epics.md
docs/implementation-readiness-report-2025-11-10.md
docs/PRD.md
docs/research-technical-2025-11-10.md
docs/bmm-brainstorming-session-2025-11-10.md
docs/bmm-architecture-2025-11-10.md
CLAUDE.md.backup-20251110-151057
docs/discovery-implementation-analysis.md
.specify/templates/plan-template.md
.specify/memory/constitution.md
.specify/templates/spec-template.md
.specify/templates/tasks-template.md
docs/release-workflow.md
# Temporary sampling investigation files
FREE-SAMPLING-VIA-CLI-SPAWN.md
IMPLEMENT-FREE-SAMPLING.md
QUICK-CLI-SAMPLING-IMPL.md
QUICK-FIX-GUIDE.md
WORKAROUND.md
SAMPLING-FIXES-FROM-ZEN-MCP.md
SAMPLING-VIA-HOST-CLIENT.md
config.example.json