2018-05-23 19:49:10 +00:00
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
|
|
|
|
## Build generated
|
|
|
|
build/
|
|
|
|
DerivedData
|
|
|
|
|
|
|
|
## Various settings
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
2018-12-22 04:41:54 +00:00
|
|
|
*.xcscheme
|
2018-05-23 19:49:10 +00:00
|
|
|
|
|
|
|
## Other
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
*.xcuserstate
|
|
|
|
*.xcscmblueprint
|
|
|
|
|
|
|
|
## Obj-C/Swift specific
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
|
|
|
|
# Fastlane
|
|
|
|
*.app.dSYM.zip
|
|
|
|
*.mobileprovision
|
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/screenshots
|
|
|
|
fastlane/test_output
|
|
|
|
Preview.html
|
2018-06-22 06:23:39 +00:00
|
|
|
output
|
2018-12-11 22:12:04 +00:00
|
|
|
|
|
|
|
# Wireguard specific
|
|
|
|
WireGuard/WireGuard/Config/Developer.xcconfig
|