123456789101112131415161718192021222324252627 |
- # Xcode
- .DS_Store
- build/
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- *.xcworkspace
- !default.xcworkspace
- xcuserdata
- profile
- *.moved-aside
- DerivedData
- .idea/
- xcodebuild.log
- # Pods - for those of you who use CocoaPods
- Pods
- # emacs
- *~
- # Swift Package Manager
- .build/
- # Carthage
- Carthage/Build
|