-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (92 loc) · 1.9 KB
/
Copy path.gitignore
File metadata and controls
102 lines (92 loc) · 1.9 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
HOLISTIC.md
AGENTS.md
.beads/.gitignore
.beads/README.md
.beads/config.yaml
.beads/interactions.jsonl
.beads/metadata.json
node_modules/
dist/
*.log
*.tgz
.DS_Store
.claude/
.tmp-tests/
# Playwright CLI snapshots / artifacts (local agent browser runs)
.playwright-cli/
# Session/runtime exports
gsd-session-*.html
.bg-shell/
# Local-only media assets and launch drafts (not ready for public repo)
docs/demo.gif
docs/launch/
# Machine-local scripts with absolute paths
.holistic/
.holistic/system/
.holistic-local/
HOLISTIC.local.md
AGENTS.local.md
HISTORY.local.md
CLAUDE.local.md
GEMINI.local.md
# ── GSD baseline (auto-generated) ──
.gsd/activity/
.gsd/runtime/
.gsd/worktrees/
.gsd/auto.lock
.gsd/metrics.json
.gsd/completed-units.json
.gsd/STATE.md
.gsd/event-log.jsonl
.gsd/state-manifest.json
.gsd/doctor-history.jsonl
.gsd/gsd.db*
.gsd/journal/
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
# Dogfooding audit files (local-only planning artifacts)
holistic-audit-fixes.md
# Vibedrift local analysis artifacts
.vibedrift/
vibedrift-report.html
vibedrift-report-detailed.html
# Repo report exports (local-only, auto-generated)
.repo-report/
.next/
build/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
coverage/
.cache/
tmp/
.antigravity_session/
scratch/
services/andon-api/data/
# Andon dashboard local work (redesign WIP + original backup files)
apps/andon-dashboard/src/holistic-andon-redesign/
apps/andon-dashboard/src/original files/
# Prevent compiled TS artifacts in source directories.
# The root src/ rules cover the published package; the packages/ and services/
# rules stop tsc output being committed back into a workspace source tree,
# which is how packages/*/src/*.js ended up tracked.
src/**/*.js
src/**/*.d.ts
src/**/*.js.map
packages/*/src/**/*.js
packages/*/src/**/*.d.ts
packages/*/src/**/*.js.map
packages/*/src/**/*.d.ts.map
packages/*/dist/
services/*/dist/