41 lines
474 B
Plaintext
41 lines
474 B
Plaintext
# SPM defaults
|
|
.DS_Store
|
|
/.build
|
|
/Packages
|
|
.swiftpm/
|
|
|
|
# Build generated
|
|
build/
|
|
DerivedData/
|
|
|
|
# Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
|
|
# Other
|
|
*.moved-aside
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
# Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Bundler
|
|
.bundle
|
|
|
|
# Fastlane
|
|
Fastlane/report.xml
|
|
Fastlane/Preview.html
|
|
Fastlane/screenshots
|
|
Fastlane/test_output
|
|
Fastlane/README.md
|