Objective-C.gitignore 489 字节
Newer Older
1
# Xcode
2
build/
3
*.pbxuser
4
!default.pbxuser
5
*.mode1v3
6 7 8
!default.mode1v3
*.mode2v3
!default.mode2v3
9
*.perspectivev3
10
!default.perspectivev3
11
xcuserdata
12
*.xccheckout
13
profile
14
*.moved-aside
15
DerivedData
V
Vasyl Liutikov 已提交
16
*.hmap
M
minsOne 已提交
17
*.ipa
18 19 20 21 22 23 24 25 26

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
# Pods/