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