multica/.gitignore
Jiayuan 7f25378e4b feat(cli): add binary build support for interactive CLI
Add esbuild-based build script to bundle CLI tools into standalone
binaries that can be run directly with node. The built binaries
externalize dependencies to keep bundle size small and avoid
bundling issues with native modules.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:22:53 +08:00

28 lines
224 B
Text

node_modules
dist
*.log
.DS_Store
# build outputs
.next
out
.turbo
build
bin
dist-electron
release
*.tsbuildinfo
# env
.env*
!.env.example
# platform specific
*.dmg
*.app
*.apk
*.ipa
monorepo.md
# test coverage
coverage