-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
120 lines (92 loc) · 2.78 KB
/
Copy path.gitignore
File metadata and controls
120 lines (92 loc) · 2.78 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Test coverage and cache output
coverage/
.vitest/
.vitest-cache/
# Build output
main.js
main.js.map
*.js.map
# OS files
.DS_Store
Thumbs.db
*:Zone.Identifier
# Editor directories and files
.idea
.vscode/*
!.vscode/extensions.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Environment files
.env
.env.local
.env.*.local
# External documentation and reference libraries (cloned repos for local reference)
external/
# Claude Code working files
CLAUDE.md
.session-restore.md
.session-log.md
ISSUES.md
# Personal planning — use-case drafts with real writing content
docs/planning/use-cases/
# Personal planning — cross-plugin reference notes (extracted from sibling repos)
docs/planning/references/website-strategy-reference.md
docs/planning/references/guides-authoring-reference.md
# Personal planning — website handoff prompt + port briefs (regenerated per handoff; discarded after consumption)
docs/planning/website-content/handoff-prompt.md
docs/planning/website-content/*-port-brief.md
# Personal planning — audit master plan (per-phase deliverables get committed; this master stays private)
docs/planning/archive/audit-implementation-plan.md
# Personal planning — artifact-attestation workflow planning doc (internal-only; the workflow itself + CLAUDE.md notes are the shipped artifact)
docs/planning/artifact-attestation-workflow.md
# Personal planning — 0.6.0 frontmatter type-narrowing refactor planning doc (internal-only; the helper module + call-site changes are the shipped artifact)
docs/planning/frontmatter-type-narrowing.md
# Personal planning — post-0.6.3 runtime hygiene pass (internal-only; eventual code changes are the shipped artifact)
docs/planning/runtime-hygiene-pass.md
# Audit measurement output (regenerable; raw metafile is large and noisy)
scripts/audit/meta.json
scripts/audit/bundle-report.txt
# Local dev / test vault with dummy projects (recreate per docs/developer/dev-vault.md)
dev-vault/
# Local empty vault used for capture sessions that need a clean
# starting state (e.g., dbench-create-project.webm)
capture-vault/
# Raw motion-capture sources (large files; only optimized versions ship to the website repo)
docs/images/raw/*.webm
docs/images/raw/*.mp4
docs/images/raw/*.mov
docs/images/raw/*.mkv
# Release packages
draft-bench-v*.zip
# Personal deployment scripts
deploy.sh
dev-deploy.sh
.claude/
# Internal UI mockups (HTML prototypes for design reviews, not shipped)
docs/mockups/