59 lines
616 B
Plaintext
59 lines
616 B
Plaintext
.git
|
|
.worktrees
|
|
.bun-cache
|
|
.bun
|
|
.tmp
|
|
**/.tmp
|
|
.DS_Store
|
|
**/.DS_Store
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.webp
|
|
*.gif
|
|
*.mp4
|
|
*.mov
|
|
*.wav
|
|
*.mp3
|
|
|
|
node_modules
|
|
**/node_modules
|
|
.pnpm-store
|
|
**/.pnpm-store
|
|
.turbo
|
|
**/.turbo
|
|
.cache
|
|
**/.cache
|
|
.next
|
|
**/.next
|
|
coverage
|
|
**/coverage
|
|
*.log
|
|
tmp
|
|
**/tmp
|
|
|
|
# build artifacts
|
|
dist
|
|
**/dist
|
|
apps/macos/.build
|
|
apps/ios/build
|
|
**/*.trace
|
|
|
|
# ignore ONLY large platform apps (not shared)
|
|
apps/android/
|
|
apps/ios/
|
|
apps/macos/
|
|
|
|
# DO NOT ignore apps/shared (required for build)
|
|
# apps/shared/
|
|
|
|
# DO NOT ignore vendor (required for A2UI)
|
|
# vendor/
|
|
|
|
# other unnecessary folders
|
|
assets/
|
|
Peekaboo/
|
|
Swabble/
|
|
Core/
|
|
Users/
|