File tree Expand file tree Collapse file tree 1 file changed +67
-5
lines changed Expand file tree Collapse file tree 1 file changed +67
-5
lines changed Original file line number Diff line number Diff line change 1
- * .pbxuser
2
- xcuserdata
3
- .DS_Store
4
- build /*
1
+ # Bluepill Specific file
2
+ Bluepill-runner /BPVersion.h
5
3
result.txt
4
+
5
+ # Xcode
6
+ #
7
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
8
+
9
+ # # Build generated
10
+ build /
11
+ DerivedData /
12
+
13
+ # # Various settings
14
+ build /*
15
+ .DS_Store
16
+ * .pbxuser
17
+ ! default.pbxuser
18
+ * .mode1v3
19
+ ! default.mode1v3
20
+ * .mode2v3
21
+ ! default.mode2v3
22
+ * .perspectivev3
23
+ ! default.perspectivev3
24
+ xcuserdata /
25
+
26
+ # # Other
27
+ * .moved-aside
28
+ * .xcuserstate
6
29
* .orig
7
- Bluepill-runner /BPVersion.h
30
+
31
+ # # Obj-C/Swift specific
32
+ * .hmap
33
+ * .ipa
34
+ * .dSYM.zip
35
+ * .dSYM
36
+
37
+ # CocoaPods
38
+ #
39
+ # We recommend against adding the Pods directory to your .gitignore. However
40
+ # you should judge for yourself, the pros and cons are mentioned at:
41
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
42
+ #
43
+ # Pods/
44
+
45
+ # Carthage
46
+ #
47
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
48
+ # Carthage/Checkouts
49
+
50
+ Carthage /Build
51
+
52
+ # fastlane
53
+ #
54
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
55
+ # screenshots whenever they are needed.
56
+ # For more information about the recommended setup visit:
57
+ # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
58
+
59
+ fastlane /report.xml
60
+ fastlane /Preview.html
61
+ fastlane /screenshots
62
+ fastlane /test_output
63
+
64
+ # Code Injection
65
+ #
66
+ # After new code Injection tools there's a generated folder /iOSInjectionProject
67
+ # https://github.com/johnno1962/injectionforxcode
68
+
69
+ iOSInjectionProject /
You can’t perform that action at this time.
0 commit comments