File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Xcode
2
+ #
3
+ build /
4
+ Build /
5
+ * .pbxuser
6
+ ! default.pbxuser
7
+ * .mode1v3
8
+ ! default.mode1v3
9
+ * .mode2v3
10
+ ! default.mode2v3
11
+ * .perspectivev3
12
+ ! default.perspectivev3
13
+ xcuserdata
14
+ * .xccheckout
15
+ * .moved-aside
16
+ DerivedData
17
+ * .hmap
18
+ * .ipa
19
+ * .xcuserstate
20
+
21
+ timeline.xctimeline
22
+
23
+ # CocoaPods
24
+ #
25
+ # We recommend against adding the Pods directory to your .gitignore. However
26
+ # you should judge for yourself, the pros and cons are mentioned at:
27
+ # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
28
+ #
29
+ # Pods/
30
+
31
+ # Carthage
32
+ #
33
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
34
+ # Carthage/Checkouts
35
+
36
+ Carthage /Build
37
+
38
+
39
+ # Various
40
+
41
+ .DS_Store
42
+
43
+
44
+ # Linux
45
+
46
+ * .swp
47
+ * .swo
48
+
49
+ # Swift Package Manager
50
+
51
+ .build /
52
+ Packages /
You can’t perform that action at this time.
0 commit comments