33 lines
307 B
Text
33 lines
307 B
Text
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
|
|
# build outputs
|
|
.next
|
|
out
|
|
.turbo
|
|
build
|
|
bin
|
|
dist-electron
|
|
release
|
|
*.tsbuildinfo
|
|
|
|
# env
|
|
.env*
|
|
!.env.example
|
|
!apps/desktop/.env.production
|
|
!apps/desktop/.env.development
|
|
|
|
# platform specific
|
|
*.dmg
|
|
*.app
|
|
*.apk
|
|
*.ipa
|
|
monorepo.md
|
|
|
|
# python
|
|
__pycache__
|
|
|
|
# test coverage
|
|
coverage
|