33 lines
422 B
Plaintext
33 lines
422 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Xcode user state
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
UserInterfaceState.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
# Build products and derived data
|
|
DerivedData/
|
|
build/
|
|
Build/
|
|
Products/
|
|
*.app
|
|
*.xctest
|
|
*.ipa
|
|
*.dSYM/
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
Package.resolved
|
|
|
|
# CocoaPods / Carthage
|
|
Pods/
|
|
Carthage/Build/
|
|
|
|
# Fastlane output
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output/
|