Resolved conflicts: - .gitignore: kept both bd.sock.startlock and .beadboard/ entries - package.json: kept feature branch test script (explicit enumeration) - API routes: kept dynamic export + isValidProjectRoot from main - globals.css: kept HEAD slideInFromRight animation - use-beads-subscription.ts: kept HEAD onopen handler - realtime.ts: kept main console.log in emit() - snapshot-differ.ts: kept main type-aware dependency diff Blue colors preserved from feature branch.
21 lines
296 B
Text
21 lines
296 B
Text
node_modules/
|
|
.next/
|
|
*.tsbuildinfo
|
|
.worktrees/
|
|
worktrees/
|
|
|
|
# bv (beads viewer) local config and caches
|
|
.bv/
|
|
|
|
# beads lock artifact
|
|
.beads/.bv.lock
|
|
.beads/.jsonl.lock
|
|
|
|
# local screenshot artifacts
|
|
artifacts/
|
|
|
|
# beads socket lock
|
|
.beads/bd.sock.startlock
|
|
|
|
# beadboard runtime artifacts
|
|
.beadboard/
|