Objective-C.gitignore 494 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
E
Elvis Nuñez 已提交
18
*.xcuserstate
19

20 21 22 23
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
K
Kyle Fuller 已提交
24
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
25
#
R
riosc 已提交
26
#Pods/