美文网首页ios牛掰控件iOS收录
gitignore - iOS忽略文件

gitignore - iOS忽略文件

作者: wutongyu | 来源:发表于2016-06-28 09:15 被阅读83次

## Build generated
build/
DerivedData/
.DS_Store

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

*.xcworkspace

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
Pods/

# Carthage
Carthage/Build

# fastlane
fastlane/report.xml
fastlane/screenshots

#Code Injection
iOSInjectionProject/

相关文章

网友评论

    本文标题:gitignore - iOS忽略文件

    本文链接:https://www.haomeiwen.com/subject/jkhtjttx.html