Tools

Vercel .dockerignore

.dockerignore for tools projects

View on GitHub

.dockerignore Content

# ============================================================================
# Created by https://dockerignore.com/
# TOOL-SPECIFIC TEMPLATE for Vercel
# Website: https://vercel.com/
# Repository: https://github.com/vercel/vercel
# ============================================================================

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# TEMPLATE OVERVIEW & USAGE NOTES
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# • TEMPLATE TYPE: TOOL-SPECIFIC TEMPLATE
# • PURPOSE: Vercel deployment platform specific ignore patterns
# • DESIGN PHILOSOPHY: Contains only Vercel-specific patterns
# • COMBINATION GUIDANCE: Combine with language or framework templates as needed
# • SECURITY CONSIDERATIONS: Does NOT include security patterns (use common/security.dockerignore)
# • BEST PRACTICES: Review before use, test with your specific Vercel setup
# • OFFICIAL SOURCES: Vercel documentation and community patterns

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# BUILD ARTIFACTS AND OUTPUT
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Vercel build artifacts and output directories

**/.vercel/builds/
**/.vercel/output/
**/.vercel/output/edge-functions/
**/.vercel/output/functions/
vercel.env.production

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# CACHE AND TEMPORARY FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Vercel cache and temporary directories

**/.vercel/tmp/

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# LOGS AND DEBUG FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Vercel logs and debug files

vercel-*.log

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

# CONFIGURATION AND ENVIRONMENT
vercel.env.*
vercel.env.local

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

# OTHER
**/.vercel/
**/.vercel/cache/
**/.vercel/deployments/
**/.vercel/functions/
**/api/
**/edge-functions/
**/functions/
now.json
now.json.bak
now.json.example
project.json
project.json.bak
project.json.example
vercel.json
vercel.json.bak
vercel.json.example
vercel.log

Note: This file is fetched from GitHub and cached for 7 days.