|
1
|
# OS X |
|
2
|
.DS_Store |
|
3
|
|
|
4
|
# Xcode |
|
5
|
build/ |
|
6
|
.build |
|
7
|
*.pbxuser |
|
8
|
!default.pbxuser |
|
9
|
*.mode1v3 |
|
10
|
!default.mode1v3 |
|
11
|
*.mode2v3 |
|
12
|
!default.mode2v3 |
|
13
|
*.perspectivev3 |
|
14
|
!default.perspectivev3 |
|
15
|
xcuserdata/ |
|
16
|
*.xccheckout |
|
17
|
profile |
|
18
|
*.moved-aside |
|
19
|
DerivedData |
|
20
|
*.hmap |
|
21
|
*.ipa |
|
22
|
|
|
23
|
# Bundler |
|
24
|
.bundle |
|
25
|
|
|
26
|
Carthage |
|
27
|
# We recommend against adding the Pods directory to your .gitignore. However |
|
28
|
# you should judge for yourself, the pros and cons are mentioned at: |
|
29
|
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control |
|
30
|
# |
|
31
|
# Note: if you ignore the Pods directory, make sure to uncomment |
|
32
|
# `pod install` in .travis.yml |
|
33
|
# |
|
34
|
# Pods/ |