2018-12-21 08:05:50 -08:00
|
|
|
# Created by http://www.gitignore.io
|
|
|
|
|
|
|
|
### OSX ###
|
2018-10-28 10:58:10 -07:00
|
|
|
.DS_Store
|
2018-12-21 08:05:50 -08:00
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear on external disk
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
2017-07-24 06:59:55 -07:00
|
|
|
|
2018-12-21 08:05:50 -08:00
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
|
|
|
|
### Objective-C ###
|
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.xcuserstate
|
2017-07-24 06:59:55 -07:00
|
|
|
|
|
|
|
# CocoaPods
|
2018-12-21 08:05:50 -08:00
|
|
|
Pods/
|
|
|
|
|
|
|
|
# Carthage
|
|
|
|
Carthage
|
|
|
|
Romefile
|
|
|
|
|
|
|
|
#Fastlane
|
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/Preview.html
|
|
|
|
fastlane/screenshots
|
|
|
|
fastlane/test_output
|
|
|
|
screenshots
|
2018-12-21 08:02:39 -08:00
|
|
|
|
2018-12-21 08:05:50 -08:00
|
|
|
#build output
|
|
|
|
/outputs
|
2021-12-13 06:08:01 -08:00
|
|
|
.build
|
2019-01-17 17:17:43 -08:00
|
|
|
|
|
|
|
# Playgrounds
|
|
|
|
timeline.xctimeline
|
|
|
|
playground.xcworkspace
|
2021-12-13 06:08:01 -08:00
|
|
|
|
|
|
|
#SwiftPM
|
|
|
|
.swiftpm
|