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管理代码上传忽略文件的主要内容,如果未能解决你的问题,请参考以下文章

git中如何忽略文件上传?

webstorm上传git报错忽略

每周汇总(第一周)——Git上传时,忽略多个不想上传的文件

git上传时忽略文件

Git设置文件或目录忽略跟踪的三种方式

关于GitHub上传中忽略.DS_Store的方法说明