From ddfe9e250a9a4c007bdcf9c8b1cb6bfe8e3da31a Mon Sep 17 00:00:00 2001 From: null Date: Tue, 16 Jun 2026 21:47:42 -0500 Subject: [PATCH] security: remove google-services.json from repo and git tracking, add to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7ee3b88e..7beb9b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ out/ # App module build app/build/ SecurityReport.md + +# Firebase config (contains project ID, app ID, OAuth client, API key) +app/google-services.json