mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
29 lines
No EOL
428 B
Text
29 lines
No EOL
428 B
Text
# Ignore node_modules to avoid platform conflicts
|
|
**/node_modules/
|
|
**/dist/
|
|
**/target/
|
|
**/.next/
|
|
**/.cache/
|
|
**/.turbo/
|
|
**/.git/
|
|
**/.gitignore
|
|
**/Dockerfile*
|
|
**/.dockerignore
|
|
**/.DS_Store
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
**/pnpm-debug.log*
|
|
|
|
# Ignore build artifacts
|
|
web/public/bundle/
|
|
web/dist/
|
|
mac/
|
|
ios/
|
|
|
|
# Keep the source files we need
|
|
!web/src/
|
|
!web/public/
|
|
!web/package.json
|
|
!web/pnpm-lock.yaml
|
|
!tauri/ |