-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (61 loc) · 1.73 KB
/
Copy path.gitignore
File metadata and controls
75 lines (61 loc) · 1.73 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
.claude-task
tmp/
.builders/
worktrees/
.consult/
.hermes/
.agent-farm/
.env
.update-hashes.json
.architect-role.md
.codev/config.json
.codev/config.local.json
# Architect state files are per-person; builder *_thread.md files ARE versioned (#1192)
codev/state/*.md
!codev/state/*_thread.md
# OS files
.DS_Store
# npm package tarballs
*.tgz
# Prevent accidental npm usage from recreating lockfile
package-lock.json
# Cleanup/maintain protocol artifacts
# .trash/ contains soft-deleted files (bulk data, not versioned)
codev/cleanup/.trash/
codev/maintain/.trash/
# Note: audit-*.md reports ARE versioned for collaboration and review
# Build artifacts
node_modules/
packages/codev/dist/
packages/codev/skeleton/
packages/types/dist/
packages/core/dist/
packages/sdk/dist/
packages/artifact-canvas/dist/
apps/vscode/dist/
apps/vscode/out/
*.vsix
*.tsbuildinfo
test-results/
# Dashboard build output (copied into codev for publishing)
packages/codev/dashboard-dist/
apps/web/dist/
# three.js vendored at build time from the `three` devDependency (copy-three.mjs);
# copied into templates/vendor/ and shipped in the npm tarball, not committed.
packages/codev/templates/vendor/three.module.js
packages/codev/templates/vendor/three-*.js
# Checklister runtime state (per-project JSON files)
codev/checklists/*.json
# Porch execution logs (not project state - that's versioned)
codev/executions/
codev-skeleton/executions/
# Porch project iteration transcripts (bulk logs, not authored artifacts)
# status.yaml IS versioned; .txt iteration logs are not
codev/projects/*/*.txt
# Bench results (bulk output, not versioned)
codev/resources/bench-results/
# Test coverage reports
packages/codev/coverage/
# Local MCP config and channel state
.mcp.json
.claude/channels/ci/