Skip to content

Commit

Permalink
before my laptop repair
Browse files Browse the repository at this point in the history
  • Loading branch information
zrwusa committed Jan 28, 2022
1 parent 5f0bad1 commit b3d28ae
Show file tree
Hide file tree
Showing 3,174 changed files with 1,096,561 additions and 14 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
IOS_CLIENT_ID_FOR_EXPO=885187778268-sa6e0rubaqe1idh6323trqfdi6giqcsq.apps.googleusercontent.com
ANDROID_CLIENT_ID_FOR_EXPO=885187778268-nfajf46vtpsk8uro4o8m42tgdosbr638.apps.googleusercontent.com
IOS_CLIENT_ID=885187778268-gpa16i4lra9rjllqeblif6rq33dut3av.apps.googleusercontent.com
ANDROID_CLIENT_ID=885187778268-fp953l5m38bh81ibesd0ld4lboqaal9f.apps.googleusercontent.com

GOOGLE_API_KEY=AIzaSyDCdDf8m_Kaf0t6J_egFFZ8ASgwUnctUL4

FACEBOOK_APP_ID=1077883556032942

FIREBASE_PROJECT_ID=expo-react-bunny
FIREBASE_AUTH_DOMAIN=expo-react-bunny.firebaseapp.com
FIREBASE_DATABASE_URL=https://expo-react-bunny-default-rtdb.firebaseio.com
FIREBASE_APP_ID_IOS=1:885187778268:ios:a1272dd7bd356d9a4bc619
FIREBASE_APP_ID_WEB=1:885187778268:web:6b89c08d84608c2b4bc619
FIREBASE_APP_ID_ANDROID=1:885187778268:android:f91a0bf314835f5d4bc619
FIREBASE_STORAGE_BUCKET=expo-react-bunny.appspot.com
FIREBASE_MESSAGING_SENDER_ID=885187778268
FIREBASE_MEASUREMENT_ID=G-MXJ9MPT1ND

11 changes: 11 additions & 0 deletions .expo-shared/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".expo-shared" in my project?
The ".expo-shared" folder is created when running commands that produce state that is intended to be shared with all developers on the project. For example, "npx expo-optimize".

> What does the "assets.json" file contain?
The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again.

> Should I commit the ".expo-shared" folder?
Yes, you should share the ".expo-shared" folder with your collaborators.
17 changes: 17 additions & 0 deletions .expo-shared/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"65d13880d75de487de9a259feac4605721fd399c7a63f94281ff3ffea1c18a66": true,
"24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb": true,
"4879cb53ac0da0e9c1be402ef4563615f005a8a565128179c910e5635fdf5a04": true,
"549639d4bb8a62028483a4e915e72b1d27f37487aefbd9a88bcb2306881fc56d": true,
"bbdf43de5501405572278f497ca429fcb41765ddabf20d5b228a1b05305f7470": true,
"6edb85b0106cb67e69a9b14b4f41a73c02be8fff22efca35df0bd20bf34831b4": true,
"db794f8096e70f25f3e124c03a0cf893cede22ed286378a869261c7b5c8addde": true,
"52ba83978dfcd3f771e5672dc77383c94628e5b4e843be50aef3b33a270dc22b": true,
"92968fe70afda61cc1a261ce9d7e56ed661fe11e52b21187492f5bc119e009d7": true,
"a603266c92ba9bffe676cb711946bdff3f3ec02013a31b65674ca02445287423": true,
"e2fdbbed792f24385a83996dd253cd1091bce9fedfbd99038447fe029a1a06c8": true,
"ea686b5782e133a1fc374d01f4d17b0a571595e3526f8106c27966c5bf5d2d59": true,
"7df59f409063be8920035262fa7f938128ea931ddffbc610b7bc86e123dce075": true,
"5ae7e6e7a23c06dd05637d5b34792ef3d7855a1479b5379ad39507d9e8b33d8e": true,
"382664953ba9cf8ee7902ea51da56cdafc126fba52298cdb73391ac98ee23a76": true
}
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ web-build/
# macOS
.DS_Store

.idea/
.vscode/
note.txt
#.idea/
#.vscode/
#note.txt
backup/
__tests__/
note.md
test.json
test.ts
test-b.json
test.html
.env
.expo-shared/
yarn-error.log
#note.md
#test.json
#test.ts
#test-b.json
#test.html
#.env
#.expo-shared/
#yarn-error.log
.next/

.vercel/
src/google/
#.vercel/
#src/google/
src/assets/videos/
src/firebase/migrations/raw-data/
#src/firebase/migrations/raw-data/
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/expo-bunny.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .next/BUILD_ID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aZgBL-MiqLrRiakWDOU9E
38 changes: 38 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"polyfillFiles": [
"static/chunks/polyfills-7db52a79bf0f57936c55.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/aZgBL-MiqLrRiakWDOU9E/_buildManifest.js",
"static/aZgBL-MiqLrRiakWDOU9E/_ssgManifest.js"
],
"pages": {
"/": [
"static/chunks/webpack-add65335d672eb539242.js",
"static/chunks/framework.134068d0d75e96f55e30.js",
"static/chunks/commons.54c0137d4e4e1c4972e2.js",
"static/chunks/f6078781a05fe1bcb0902d23dbbb2662c8d200b3.1d8485fa7dc07ebb09a5.js",
"static/chunks/main-4e3237163b62ca5770e8.js",
"static/chunks/pages/index-4ac87a7bb36a2a8d72df.js"
],
"/_app": [
"static/chunks/webpack-add65335d672eb539242.js",
"static/chunks/framework.134068d0d75e96f55e30.js",
"static/chunks/commons.54c0137d4e4e1c4972e2.js",
"static/chunks/f6078781a05fe1bcb0902d23dbbb2662c8d200b3.1d8485fa7dc07ebb09a5.js",
"static/chunks/main-4e3237163b62ca5770e8.js",
"static/chunks/pages/_app-2396214aad9c1579d7c7.js"
],
"/_error": [
"static/chunks/webpack-add65335d672eb539242.js",
"static/chunks/framework.134068d0d75e96f55e30.js",
"static/chunks/commons.54c0137d4e4e1c4972e2.js",
"static/chunks/f6078781a05fe1bcb0902d23dbbb2662c8d200b3.1d8485fa7dc07ebb09a5.js",
"static/chunks/main-4e3237163b62ca5770e8.js",
"static/chunks/pages/_error-01960d3174847f66bd29.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/cache/.tsbuildinfo

Large diffs are not rendered by default.

Loading

1 comment on commit b3d28ae

@vercel
Copy link

@vercel vercel bot commented on b3d28ae Jan 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.