Skip to content

Commit

Permalink
[Add] first source code dump
Browse files Browse the repository at this point in the history
  • Loading branch information
SimCoderYoutube committed Nov 18, 2021
1 parent cc8ae77 commit 865a4c7
Show file tree
Hide file tree
Showing 212 changed files with 10,672 additions and 12,926 deletions.
17 changes: 9 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
android/.gradle
android/local.properties
android/.idea/workspace.xml
android/.idea/libraries
android/.DS_Store
android/build
android/captures
android/.externalNativeBuild
android/app/build
5 changes: 0 additions & 5 deletions Firebase_Functions/.firebaserc

This file was deleted.

59 changes: 0 additions & 59 deletions Firebase_Functions/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions Firebase_Functions/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions Firebase_Functions/README.md

This file was deleted.

22 changes: 15 additions & 7 deletions Firebase_Functions/firebase.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"hosting": {
"public": "public",
"ignore": ["firebase.json","**/.*","**/node_modules/**"],
"rewrite":[{"source": "/payout", "function": "payout"}]
},
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "/createStripeConnectAccount",
"function": "createStripeConnectAccount"
}
]
}
}
}
123 changes: 0 additions & 123 deletions Firebase_Functions/functions/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 865a4c7

Please sign in to comment.