This repository was archived by the owner on Mar 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +62
-126
lines changed
KeyboardHelper.xcodeproj/xcuserdata/chriscombs.xcuserdatad/xcschemes Expand file tree Collapse file tree 3 files changed +62
-126
lines changed Original file line number Diff line number Diff line change
1
+ # Xcode
2
+
3
+ .DS_Store
4
+
5
+ # # Build generated
6
+ build /
7
+ DerivedData /
8
+
9
+ # # Various settings
10
+ * .pbxuser
11
+ ! default.pbxuser
12
+ * .mode1v3
13
+ ! default.mode1v3
14
+ * .mode2v3
15
+ ! default.mode2v3
16
+ * .perspectivev3
17
+ ! default.perspectivev3
18
+ xcuserdata /
19
+
20
+ # # Other
21
+ * .moved-aside
22
+ * .xccheckout
23
+ * .xcscmblueprint
24
+
25
+ # # Obj-C/Swift specific
26
+ * .hmap
27
+ * .ipa
28
+
29
+ # # Playgrounds
30
+ timeline.xctimeline
31
+ playground.xcworkspace
32
+
33
+ # Swift Package Manager
34
+ #
35
+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
36
+ # Packages/
37
+ .build /
38
+
39
+ # CocoaPods
40
+ #
41
+ # We recommend against adding the Pods directory to your .gitignore. However
42
+ # you should judge for yourself, the pros and cons are mentioned at:
43
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
44
+ #
45
+ # Pods/
46
+
47
+ # Carthage
48
+ #
49
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
50
+ # Carthage/Checkouts
51
+
52
+ Carthage /Build
53
+
54
+ # fastlane
55
+ #
56
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
57
+ # screenshots whenever they are needed.
58
+ # For more information about the recommended setup visit:
59
+ # https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
60
+
61
+ fastlane /report.xml
62
+ fastlane /screenshots
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments