Skip to content

Commit 6ecb021

Browse files
author
Jarrod Parkes
committed
add initial commit
0 parents  commit 6ecb021

File tree

75 files changed

+3150
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3150
-0
lines changed

.gitignore

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Xcode
2+
#
3+
build/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
*.xccheckout
14+
*.moved-aside
15+
DerivedData
16+
*.hmap
17+
*.ipa
18+
*.xcuserstate
19+
*.xcworkspace
20+
21+
# CocoaPods
22+
#
23+
# We recommend against adding the Pods directory to your .gitignore. However
24+
# you should judge for yourself, the pros and cons are mentioned at:
25+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
26+
#
27+
Pods/
28+
29+
# Carthage
30+
#
31+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
32+
# Carthage/Checkouts
33+
34+
Carthage/Build
35+
36+
# Ignore those pesky DS_Store files!
37+
.DS_Store
38+
39+
# Firebase
40+
*GoogleService-Info.plist

0 commit comments

Comments
 (0)