multica/.gitignore
yushen d1e4228aa7 chore: add server/daemon binary to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 14:26:53 +08:00

36 lines
330 B
Text

node_modules
dist
*.log
.DS_Store
# build outputs
.next
out
.turbo
build
bin
*.tsbuildinfo
# env
.env*
!.env.example
# test coverage
coverage
# Go
server/bin/
server/tmp/
server/migrate
server/daemon
# Test artifacts
test-results/
apps/web/test-results/
# context (agent workspace)
.context
# platform specific
*.dmg
*.app