mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 20:45:37 +02:00
These are runtime artifacts created by Conductor for worktree process management. They should never be tracked in git. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
51 lines
470 B
Plaintext
51 lines
470 B
Plaintext
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
.envrc
|
|
|
|
# build outputs
|
|
.turbo
|
|
.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/
|
|
.tool-versions
|
|
|
|
# feature tracking
|
|
_features/
|
|
|
|
# runtime
|
|
*.pid
|
|
|
|
# platform specific
|
|
*.dmg
|
|
*.app
|
|
server/server
|