- Move screenshots from root to docs/screenshots/ - Remove build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/) - Remove temporary test files from root (test-sse.mjs, test-watcher.ts) - Remove tmp/ directory - Update .gitignore with comprehensive patterns: - Build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/) - Temporary files (tmp/, test-*.mjs, test-*.ts, *.tmp, *.temp) - Root image files (should be in docs/screenshots/) - AI tool directories (.augment/, .claude/, .cline/, .openhands/, .qodo/, .gemini/, .kilocode/) - Update README image references to new locations This cleanup makes the repository structure more professional and organized.
52 lines
684 B
Text
52 lines
684 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/
|