From 5d255dda3ba828bd1bc02f8ccdf0eb8703846704 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Fri, 19 Apr 2024 09:30:19 +0800 Subject: [PATCH] chore: update deps --- backend/.gitignore | 3 +++ backend/firebase.json | 5 +++-- thinapps-shared | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/backend/.gitignore b/backend/.gitignore index 3f217cc..67df96d 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -73,3 +73,6 @@ build/ .firebase-emu/ *.log .DS_Store + +*.local +.secret.* \ No newline at end of file diff --git a/backend/firebase.json b/backend/firebase.json index 42ff309..6dc10e9 100644 --- a/backend/firebase.json +++ b/backend/firebase.json @@ -11,8 +11,9 @@ "node_modules", "src", ".git", - "firebase-debug.log", - "firebase-debug.*.log" + "*.log", + "*.local", + ".secret.*" ], "predeploy": [ "npm --prefix \"$RESOURCE_DIR\" run build:clean", diff --git a/thinapps-shared b/thinapps-shared index bea967a..5990ab1 160000 --- a/thinapps-shared +++ b/thinapps-shared @@ -1 +1 @@ -Subproject commit bea967a371581c1109dc0101dbcab196e9ed9ade +Subproject commit 5990ab1ceb78c5800a959c4b17db3d8b3d01c432