File tree 18 files changed +1225
-0
lines changed
18 files changed +1225
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/xcode,swift,cocoapods
3
+
4
+ # ## CocoaPods ###
5
+ # # CocoaPods GitIgnore Template
6
+
7
+ # CocoaPods - Only use to conserve bandwidth / Save time on Pushing
8
+ # - Also handy if you have a large number of dependant pods
9
+ # - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
10
+ Pods /
11
+
12
+ # ## Swift ###
13
+ # Xcode
14
+ #
15
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
16
+
17
+ # # Build generated
18
+ build /
19
+ DerivedData /
20
+
21
+ # # Various settings
22
+ * .pbxuser
23
+ ! default.pbxuser
24
+ * .mode1v3
25
+ ! default.mode1v3
26
+ * .mode2v3
27
+ ! default.mode2v3
28
+ * .perspectivev3
29
+ ! default.perspectivev3
30
+ xcuserdata /
31
+
32
+ # # Other
33
+ * .moved-aside
34
+ * .xccheckout
35
+ * .xcscmblueprint
36
+
37
+ # # Obj-C/Swift specific
38
+ * .hmap
39
+ * .ipa
40
+ * .dSYM.zip
41
+ * .dSYM
42
+
43
+ # # Playgrounds
44
+ timeline.xctimeline
45
+ playground.xcworkspace
46
+
47
+ # Swift Package Manager
48
+ #
49
+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
50
+ # Packages/
51
+ # Package.pins
52
+ .build /
53
+
54
+ # CocoaPods - Refactored to standalone file
55
+
56
+ # Carthage - Refactored to standalone file
57
+
58
+ # fastlane
59
+ #
60
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
61
+ # screenshots whenever they are needed.
62
+ # For more information about the recommended setup visit:
63
+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
64
+
65
+ fastlane /report.xml
66
+ fastlane /Preview.html
67
+ fastlane /screenshots
68
+ fastlane /test_output
69
+
70
+ # ## Xcode ###
71
+ # Xcode
72
+ #
73
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
74
+
75
+ # # Build generated
76
+
77
+ # # Various settings
78
+
79
+ # # Other
80
+
81
+ # ## Xcode Patch ###
82
+ * .xcodeproj /*
83
+ ! * .xcodeproj /project.pbxproj
84
+ ! * .xcodeproj /xcshareddata /
85
+ ! * .xcworkspace /contents.xcworkspacedata
86
+ /* .gcno
87
+
88
+
89
+ # End of https://www.gitignore.io/api/xcode,swift,cocoapods
You can’t perform that action at this time.
0 commit comments