12345678910111213141516171819202122232425262728293031323334353637383940 |
- # OS X
- .DS_Store
- ## Various settings
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- profile
- # Bundler
- .bundle
- xcuserdata
- ## Other
- *.xcuserstate
- *.xcscmblueprint
- ## Build generated
- build/
- DerivedData
- ## Other
- *.xccheckout
- *.moved-aside
- #Example/Pods/*
- ## Obj-C/Swift specific
- *.hmap
- *.ipa
- Carthage/Build
|