39 lines
494 B
Plaintext
39 lines
494 B
Plaintext
.DS_Store
|
|
|
|
# Local tool config
|
|
.claude/
|
|
|
|
# Xcode user data
|
|
*.xcuserstate
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
xcuserdata/
|
|
**/xcuserdata/
|
|
|
|
# Xcode / Swift build products
|
|
build/
|
|
DerivedData/
|
|
.build/
|
|
|
|
# Swift Package Manager
|
|
.swiftpm/
|
|
Package.resolved
|
|
|
|
# Fastlane / screenshots / test artifacts
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/
|
|
fastlane/test_output/
|
|
|
|
# Simulator / profiling output
|
|
*.moved-aside
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
*.profdata
|
|
*.hmap
|
|
|
|
# App packaging
|
|
*.app
|
|
*.xcarchive
|