File tree 1 file changed +57
-0
lines changed 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ # OS X
1
2
.DS_Store
2
3
.DS_Store ?
4
+
5
+ # Xcode
6
+
7
+ # # Build generated
8
+ build /
9
+ DerivedData /
10
+
11
+ # # Various settings
12
+ * .pbxuser
13
+ ! default.pbxuser
14
+ * .mode1v3
15
+ ! default.mode1v3
16
+ * .mode2v3
17
+ ! default.mode2v3
18
+ * .perspectivev3
19
+ ! default.perspectivev3
20
+ xcuserdata /
21
+
22
+ # # Other
23
+ * .moved-aside
24
+ * .xccheckout
25
+ * .xcscmblueprint
3
26
._ *
4
27
.Spotlight-V100
5
28
.Trashes
@@ -9,3 +32,37 @@ Thumbs.db
9
32
xcuserdata /
10
33
* .xcuserstate
11
34
.idea
35
+
36
+ # # Obj-C/Swift specific
37
+ * .hmap
38
+ * .ipa
39
+ * .dSYM.zip
40
+ * .dSYM
41
+
42
+ # CocoaPods
43
+ #
44
+ # We recommend against adding the Pods directory to your .gitignore. However
45
+ # you should judge for yourself, the pros and cons are mentioned at:
46
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
47
+ #
48
+ # Pods/
49
+
50
+ # Carthage
51
+ #
52
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
53
+ # Carthage/Checkouts
54
+
55
+ Carthage /Build
56
+
57
+ # fastlane
58
+ #
59
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
60
+ # screenshots whenever they are needed.
61
+ # For more information about the recommended setup visit:
62
+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
63
+
64
+ fastlane /report.xml
65
+ fastlane /Preview.html
66
+ fastlane /screenshots
67
+ fastlane /test_output
68
+
You can’t perform that action at this time.
0 commit comments