46 lines
982 B
Text
46 lines
982 B
Text
# ==============================================================================
|
|
# OS files
|
|
# ==============================================================================
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.AppleDouble
|
|
.LSOverride
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# ==============================================================================
|
|
# Editors & IDEs
|
|
# ==============================================================================
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ==============================================================================
|
|
# Swift / SwiftPM
|
|
# ==============================================================================
|
|
|
|
# Build artifacts
|
|
.build/
|
|
DerivedData/
|
|
|
|
# SwiftPM workspace state (generated, editor-specific)
|
|
.swiftpm/
|
|
Package.resolved
|
|
|
|
# Xcode project files (generated from Package.swift)
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
xcuserdata/
|
|
|
|
# Code coverage files
|
|
*.profraw
|