mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Tyler Longwell <tlongwell@squareup.com> Co-authored-by: npub1jmc9dt2lyvzu3h0kxlwxt5zg4fxp9476awyxw6gwxn72g6cw7exqs64whm <96f056ad5f2305c8ddf637dc65d048aa4c12d7daeb8867690e34fca46b0ef64c@sprout-oss.stage.blox.sqprod.co> Co-authored-by: Eva <011987e296fd5006292d2f930b574be47c7801048d1983c46c425d3c95f0cffd@sprout-oss.stage.blox.sqprod.co>
70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
# Build artifacts
|
|
/target/
|
|
/dist/
|
|
|
|
# lefthook-generated hook scripts (machine-specific)
|
|
.hooks/
|
|
|
|
# Environment files (may contain secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.*.sw?
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Scratch / working files (AI reviews, notes, drafts)
|
|
.scratch/
|
|
|
|
# Playwright artifacts
|
|
playwright-report/
|
|
test-results/
|
|
blob-report/
|
|
.playwright-mcp/
|
|
|
|
# Node modules (pnpm workspace hoists to root)
|
|
node_modules/
|
|
|
|
# Root npm lockfiles are accidental; desktop uses pnpm in /desktop.
|
|
/package-lock.json
|
|
|
|
# sqlx offline query data (generated, not portable)
|
|
.sqlx/
|
|
|
|
# SQLite database (created by relay in CWD)
|
|
buzz.db
|
|
buzz.db-wal
|
|
buzz.db-shm
|
|
|
|
# Docker volumes (if mounted locally)
|
|
mysql-data/
|
|
typesense-data/
|
|
|
|
# Hermit (toolchain manager cache)
|
|
.hermit/
|
|
doc/
|
|
/repos/
|
|
|
|
# Local identity files
|
|
identity.key
|
|
**/identity.key
|
|
|
|
# Claude Code worktrees
|
|
.claude/worktrees/
|
|
|
|
# mesh-llm build cache
|
|
.cache/
|
|
|
|
# Helm dependency tarballs — regenerable from Chart.lock via `helm dependency build`
|
|
deploy/charts/*/charts/*.tgz
|