Os

macOS .dockerignore

.dockerignore for os projects

View on GitHub

.dockerignore Content

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

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

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# CACHE AND TEMPORARY FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# macOS temporary files

*.temp
*.tmp

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# MACOS-SPECIFIC PATTERNS
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# macOS-specific files and directories

**/.fseventsd/
**/.Spotlight-V100/
**/.Trashes/
**/__MACOSX/
*.swo
*.swp
*~
._*
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
~$*

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