Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 99743f2

Browse files
committed
Merge pull request #1 from mariusc/master
Added gitignore
2 parents da86712 + 90171ea commit 99743f2

File tree

3 files changed

+62
-126
lines changed

3 files changed

+62
-126
lines changed

.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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

KeyboardHelper.xcodeproj/xcuserdata/chriscombs.xcuserdatad/xcschemes/KeyboardHelper.xcscheme

Lines changed: 0 additions & 99 deletions
This file was deleted.

KeyboardHelper.xcodeproj/xcuserdata/chriscombs.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)