美文网首页
.gitignore文件忽略列表

.gitignore文件忽略列表

作者: Frankkkkk | 来源:发表于2019-06-06 15:35 被阅读0次
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout
*.xcworkspace
!default.xcworkspace
*.xcconfig

#CocoaPods
Pods/
!Podfile
!Podfile.lock

相关文章

网友评论

      本文标题:.gitignore文件忽略列表

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