Files
Kisani/.gitignore
Robin Kutesa 848c1da820 Add .gitignore, remove Xcode user data and .DS_Store
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 17:05:20 +03:00

36 lines
391 B
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
# Xcode
*.xcuserstate
xcuserdata/
*.xcworkspace/xcuserdata/
DerivedData/
*.moved-aside
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xccheckout
*.xcscmblueprint
# Build output
build/
*.ipa
*.dSYM.zip
*.dSYM
# Swift Package Manager
.swiftpm/
.build/
# CocoaPods (not used here but keep for safety)
Pods/
# Secrets / env
*.env
.env.*
secrets/