mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 11:54:59 -04:00
34 lines
388 B
Plaintext
34 lines
388 B
Plaintext
# Binaries
|
|
cmd/cmd
|
|
box-box
|
|
box-box-*
|
|
main
|
|
build/
|
|
|
|
# Log files
|
|
*.log
|
|
.DS_Store
|
|
|
|
# SQLite database files
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Old file cache
|
|
.cache/
|
|
|
|
# Frontend dependencies/build output
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# Local Claude workspace settings
|
|
.claude/
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|