git管理代码上传忽略文件
Posted 天生的普通人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git管理代码上传忽略文件相关的知识,希望对你有一定的参考价值。
# Xcode
#
# gitignore
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
.gitignore
.DS_Store
## Other
*.moved-aside
*.xcuserstate
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# CocoaPods
#
Pods/
# pod install 自动生成 xcworkspace
*.xcworkspace
# podfile 去掉
Podfile.lock
Podfile
# 项目中的特殊需求
以上是关于git管理代码上传忽略文件的主要内容,如果未能解决你的问题,请参考以下文章