iOS git忽略文件

我的iOS开发时的忽略文件配置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Xcode

*.xccheckout
UserInterfaceState.xcuserstate
contents.xcworkspacedata
build/

*.moved-aside
DerivedData
*.hmap
*.ipa

# CocoaPods

Pods/
.idea/
*.xcbkptlist