Spaces:
Paused
Paused
| .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/ | |