38 lines
463 B
Plaintext
38 lines
463 B
Plaintext
# SelfieCam .gitignore
|
|
|
|
# Xcode
|
|
*.xcuserstate
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
xcuserdata/
|
|
DerivedData/
|
|
|
|
# Build
|
|
build/
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/
|
|
|
|
# Secrets - API keys and sensitive configuration
|
|
# ⚠️ NEVER commit these files
|
|
Secrets.xcconfig
|
|
Secrets.debug.xcconfig
|
|
Secrets.release.xcconfig
|
|
**/Secrets.swift
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|