Tools
Vite .dockerignore
.dockerignore for tools projects
.dockerignore Content
# ============================================================================
# Created by https://dockerignore.com/
# TOOL-SPECIFIC TEMPLATE for Vite
# Website: https://vitejs.dev/
# Repository: https://github.com/vitejs/vite
# ============================================================================
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# TEMPLATE OVERVIEW & USAGE NOTES
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# • TEMPLATE TYPE: TOOL-SPECIFIC TEMPLATE
# • PURPOSE: Vite-specific ignore patterns
# • DESIGN PHILOSOPHY: Contains only Vite-specific patterns
# • COMBINATION GUIDANCE: Combine with framework/language templates as needed
# • SECURITY CONSIDERATIONS: Does NOT include security patterns (use common/security.dockerignore)
# • BEST PRACTICES: Follow technology-specific security guidelines
# • OFFICIAL SOURCES: Vite official documentation and community patterns
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# BUILD ARTIFACTS AND OUTPUT
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Vite build artifacts and output directories
**/.vite/build/
**/.vite/dist/
**/vite-build/
**/vite-dist/
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# LOGS AND DEBUG FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Vite logs and debug files
vite.*.log
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# CONFIGURATION AND ENVIRONMENT
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Vite configuration and environment files
vite.env
vite.env.*
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# OTHER
**/.vite/
**/.vite/cache/
*.hot-update.*
*.hot-update.js
*.hot-update.json
*.hot-update.ts
vite-debug.log
vite-error.log
vite.config.*.js
vite.config.*.timestamp-*
vite.config.*.ts
vite.config.js
vite.config.js.map
vite.config.ts
vite.config.ts.map
vite.local
vite.log
vite.preview
vite.preview.*