vibetunnel/tauri/.dockerignore

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/