Skip to content

Commit 82d8dfd

Browse files
committed
remove unused files and clean up dead imports
1 parent 226feed commit 82d8dfd

13 files changed

Lines changed: 173 additions & 3 deletions

frontend/.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
logs
2+
*.log
3+
npm-debug.log*
4+
yarn-debug.log*
5+
yarn-error.log*
6+
pnpm-debug.log*
7+
lerna-debug.log*
8+
9+
node_modules
10+
dist
11+
dist-ssr
12+
*.local
13+
14+
.vscode/*
15+
!.vscode/extensions.json
16+
.idea
17+
.DS_Store
18+
*.suo
19+
*.ntvs*
20+
*.njsproj
21+
*.sln
22+
*.sw?
478 KB
Loading
656 KB
Loading
805 KB
Loading
782 KB
Loading
829 KB
Loading
413 KB
Loading
490 KB
Loading

mobile/app.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
},
1515
"ios": {
1616
"supportsTablet": true,
17-
"bundleIdentifier": "com.zappify.app"
17+
"bundleIdentifier": "com.zappify.app",
18+
"infoPlist": {
19+
"ITSAppUsesNonExemptEncryption": false
20+
}
1821
},
1922
"android": {
2023
"adaptiveIcon": {
@@ -29,6 +32,11 @@
2932
},
3033
"plugins": [
3134
"@react-native-google-signin/google-signin"
32-
]
35+
],
36+
"extra": {
37+
"eas": {
38+
"projectId": "4e2e0935-79af-41b1-a1b8-af2b90d261d2"
39+
}
40+
}
3341
}
3442
}

mobile/eas.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"cli": {
3+
"version": ">= 18.5.0",
4+
"appVersionSource": "remote"
5+
},
6+
"build": {
7+
"development": {
8+
"developmentClient": true,
9+
"distribution": "internal"
10+
},
11+
"preview": {
12+
"distribution": "internal"
13+
},
14+
"production": {
15+
"autoIncrement": true
16+
}
17+
},
18+
"submit": {
19+
"production": {}
20+
}
21+
}

0 commit comments

Comments
 (0)