multica/.gitignore
Naiyuan Qing d1f73bf7fc refactor: remove unused monorepo tooling
Delete packages/ui and packages/utils (zero imports from apps/web),
remove Turborepo, inline tsconfig.base.json into web's tsconfig,
and simplify root scripts to use pnpm --filter directly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 17:57:11 +08:00

42 lines
400 B
Text

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