multica/.gitignore
Jiayuan 75fba044bd
Merge pull request #30 from multica-ai/forrestchang/add-unit-tests
test: add comprehensive unit tests across the codebase
2026-01-30 14:13:10 +08:00

27 lines
220 B
Text

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