Os

Windows .dockerignore

.dockerignore for os projects

View on GitHub

.dockerignore Content

# ============================================================================
# Created by https://dockerignore.com/
# OPERATING SYSTEM TEMPLATE for Windows
# Website: https://dockerignore.com/
# Repository: https://github.com/ronald2wing/.dockerignore
# ============================================================================

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# TEMPLATE OVERVIEW & USAGE NOTES
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# • TEMPLATE TYPE: OPERATING SYSTEM TEMPLATE
# • PURPOSE: Windows-specific ignore patterns
# • DESIGN PHILOSOPHY: Contains Windows-specific patterns
# • COMBINATION GUIDANCE: Combine with language or framework templates as needed
# • SECURITY CONSIDERATIONS: Excludes Windows metadata that may contain sensitive information
# • BEST PRACTICES: Use to exclude Windows-specific files from Docker builds
# • OFFICIAL SOURCES: Windows development patterns and best practices

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# WINDOWS-SPECIFIC FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

**/$RECYCLE.BIN/
*.lnk
*.stackdump
*.swo
*.swp
*.temp
*.tmp
*~
Desktop.ini
~$*

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