Skip to content

Commit 765cb43

Browse files
committed
Initial commit
0 parents  commit 765cb43

File tree

4 files changed

+557
-0
lines changed

4 files changed

+557
-0
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# OSX
2+
#
3+
.DS_Store
4+
5+
# Xcode
6+
#
7+
build/
8+
*.pbxuser
9+
!default.pbxuser
10+
*.mode1v3
11+
!default.mode1v3
12+
*.mode2v3
13+
!default.mode2v3
14+
*.perspectivev3
15+
!default.perspectivev3
16+
xcuserdata
17+
*.xccheckout
18+
*.moved-aside
19+
DerivedData
20+
*.hmap
21+
*.ipa
22+
*.xcuserstate
23+
project.xcworkspace
24+
25+
# Android/IJ
26+
#
27+
*.iml
28+
.idea
29+
.gradle
30+
local.properties
31+
32+
# node.js
33+
#
34+
node_modules/
35+
npm-debug.log
36+
package-lock.json
37+
38+
# vscode
39+
jsconfig.json
40+
.project
41+
.vscode
42+
43+
# BUCK
44+
buck-out/
45+
bin/
46+
\.buckd/
47+
android/app/libs
48+
android/keystores/debug.keystore

0 commit comments

Comments
 (0)