56 lines
710 B
Text
56 lines
710 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
|
|
|
|
.agents/
|
|
.agent/
|
|
.augment/
|
|
.claude/
|
|
.cline/
|
|
.openhands/
|
|
.qodo/
|
|
.gemini/
|
|
.kilocode/
|
|
|
|
# Dolt database files (added by bd init)
|
|
.dolt/
|
|
*.db
|