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

# 项目中的特殊需求

 

posted @ 2017-09-14 11:20  天生的普通人  阅读(404)  评论(0编辑  收藏  举报