Skip to content

Commit 2af1793

Browse files
Merge pull request #35 from SimCoderYoutube/release/redesign
Release/redesign
2 parents cc8ae77 + acbe844 commit 2af1793

File tree

212 files changed

+10673
-12926
lines changed

Some content is hidden

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

212 files changed

+10673
-12926
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
6-
.DS_Store
7-
/build
8-
/captures
9-
.externalNativeBuild
2+
android/.gradle
3+
android/local.properties
4+
android/.idea/workspace.xml
5+
android/.idea/libraries
6+
android/.DS_Store
7+
android/build
8+
android/captures
9+
android/.externalNativeBuild
10+
android/app/build

Firebase_Functions/.firebaserc

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

Firebase_Functions/.gitignore

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

Firebase_Functions/LICENSE

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

Firebase_Functions/README.md

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

Firebase_Functions/firebase.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
2-
"hosting": {
3-
"public": "public",
4-
"ignore": ["firebase.json","**/.*","**/node_modules/**"],
5-
"rewrite":[{"source": "/payout", "function": "payout"}]
6-
},
72
"functions": {
83
"predeploy": [
9-
"npm --prefix \"$RESOURCE_DIR\" run lint"
4+
]
5+
},
6+
"hosting": {
7+
"public": "public",
8+
"ignore": [
9+
"firebase.json",
10+
"**/.*",
11+
"**/node_modules/**"
12+
],
13+
"rewrites": [
14+
{
15+
"source": "/createStripeConnectAccount",
16+
"function": "createStripeConnectAccount"
17+
}
1018
]
1119
}
12-
}
20+
}

Firebase_Functions/functions/.eslintrc.json

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

0 commit comments

Comments
 (0)