beadboard/.gitignore
zenchantlive d335e5bf71 fix: orchestrator button + Pi SDK session error
- Move leftSidebarMode from URL state to local useState in unified-shell,
    avoiding force-dynamic router round-trip that made the button appear broken                                           - Replace fileURLToPath(new URL(..., import.meta.url)) with process.cwd()
    in bb-pi-bootstrap.ts — import.meta.url is a webpack:// URL in Next.js,
    causing cross-realm TypeError when passed to Node.js fileURLToPath()
2026-03-24 19:02:04 -05:00

56 lines
738 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/
# Archived stashes for reference
docs/references/stashes/
# Build artifacts
eslint-report.json
tsconfig.tsbuildinfo
out/
# Temporary files
tmp/
test-*.mjs
test-*.ts
*.tmp
*.temp
# Root image files (screenshots belong in docs/)
/image-*.png
/image.png
# Runtime artifacts
.beads/
.agents/
.agent/
.augment/
.claude/
.cline/
.openhands/
.qodo/
.gemini/
.kilocode/
# Dolt database files (added by bd init)
.dolt/
*.db