49 lines
441 B
Plaintext
49 lines
441 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
|
|
|
|
# large app trees not needed for CLI build
|
|
apps/
|
|
assets/
|
|
Peekaboo/
|
|
Swabble/
|
|
Core/
|
|
Users/
|
|
vendor/
|