Languages
Swift .dockerignore
.dockerignore for languages projects
.dockerignore Content
# ============================================================================
# Created by https://dockerignore.com/
# LANGUAGE-SPECIFIC TEMPLATE for Swift
# Website: https://www.swift.org/
# Repository: https://github.com/apple/swift
# ============================================================================
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# TEMPLATE OVERVIEW & USAGE NOTES
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# • TEMPLATE TYPE: LANGUAGE-SPECIFIC TEMPLATE
# • PURPOSE: Core Swift language patterns for Docker builds
# • DESIGN PHILOSOPHY: Contains only Swift-specific patterns (no security patterns)
# • COMBINATION GUIDANCE: Combine with framework or common templates as needed
# • SECURITY CONSIDERATIONS: Security patterns not included (use common/security.dockerignore)
# • BEST PRACTICES: Always combine with security template for production use
# • OFFICIAL SOURCES: Swift community patterns and best practices
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# SWIFT BUILD ARTIFACTS & OUTPUT
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Swift build artifacts and output directories
**/.swiftpm/
**/.swiftpm/artifacts/
**/.swiftpm/cache/
**/.swiftpm/checkouts/
**/.swiftpm/configuration/cache/
**/.swiftpm/repositories/
**/Carthage/
**/DerivedData/
**/Pods/
*.app
*.autolink
*.bundle
*.d
*.dia
*.dSYM.zip
*.framework
*.ipa
*.swiftdeps
*.swiftdoc
*.swiftinterface
*.swiftmodule
*.swiftsourceinfo
*.symbols
.swiftpm/configuration/registries.json
.xccheckout
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# SWIFT XCODE PROJECT FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Xcode project files and workspace artifacts
**/*.dSYM/
**/*.xcodeproj/
**/*.xcworkspace/
**/.swiftdoc/
**/.vendor/
**/.xcode/
**/.xcresult/
**/.xcuserdata/
**/docs/
**/Documentation/
**/Package.resolved
**/project.xcworkspace/
**/xcschemes/
**/xcshareddata/
**/xcuserdata/
.codecov.yml
.xcscheme
.xcscmblueprint
.xctestplan
.xcworkspacedata