Skip to content

Commit 14f82bc

Browse files
committed
initial commit
0 parents  commit 14f82bc

34 files changed

+14404
-0
lines changed

.expo-shared/assets.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"12bb71342c6255bbf50437ec8f4441c083f47cdb74bd89160c15e4f43e52a1cb": true,
3+
"40b842e832070c58deac6aa9e08fa459302ee3f9da492c7e77d93d2fbf4a56fd": true
4+
}

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
secrets/
3+
4+
node_modules/**/*
5+
.expo/*
6+
npm-debug.*
7+
*.jks
8+
*.p8
9+
*.p12
10+
*.key
11+
*.mobileprovision
12+
*.orig.*
13+
web-build/
14+
15+
# macOS
16+
.DS_Store
17+
18+
.vscode/

0 commit comments

Comments
 (0)