1. 程式人生 > >git管理代碼上傳忽略文件

git管理代碼上傳忽略文件

cocoa users move store git mov userdata data coap

# 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管理代碼上傳忽略文件