multica/.gitignore
Jiayuan Zhang b5b0605e9a chore: add one-click setup/start/stop scripts, migration CLI, and seed tool
- Add idempotent seed tool with duplicate detection for agents/issues/comments
- Add migration CLI supporting up/down with schema_migrations tracking
- Add Makefile targets: make setup (first-time), make start, make stop
- Update .gitignore for test artifacts and compiled binaries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 11:50:33 +08:00

35 lines
316 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
# Test artifacts
test-results/
apps/web/test-results/
# context (agent workspace)
.context
# platform specific
*.dmg
*.app