Prepared gitignore for CocoaPods and workspaces
This commit is contained in:
parent
fe4b3a088a
commit
7855f89185
|
@ -1,7 +1,6 @@
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Xcode
|
# Xcode
|
||||||
build/*
|
#
|
||||||
|
build/
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
|
@ -10,8 +9,21 @@ build/*
|
||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
*.xcworkspace
|
project.xcworkspace
|
||||||
!default.xcworkspace
|
!default.xcworkspace
|
||||||
xcuserdata
|
xcuserdata
|
||||||
profile
|
*.xccheckout
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
|
DerivedData
|
||||||
|
*.hmap
|
||||||
|
*.ipa
|
||||||
|
*.xcuserstate
|
||||||
|
|
||||||
|
# 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/
|
||||||
|
Podfile.lock
|
Loading…
Reference in New Issue