Код IT
← Каталог

Файл .gitignore — iOS / Xcode

Фрагмент из «Файл .gitignore»: iOS / Xcode.

Plain text main.gitignore
build/
DerivedData/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

Pods/                 # если не коммитите CocoaPods
Carthage/Build/

*.ipa
*.dSYM.zip
build/
DerivedData/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

Pods/                 # если не коммитите CocoaPods
Carthage/Build/

*.ipa
*.dSYM.zip