From c18f52672a7beb20d862c887bd009b59fb1f5356 Mon Sep 17 00:00:00 2001 From: sBubshait Date: Thu, 7 Aug 2025 09:38:24 +0300 Subject: [PATCH] feat: gitignore service account firebase file --- frontend/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index 41484b7..db80ac4 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -44,4 +44,7 @@ app.*.map.json /android/app/profile /android/app/release +# Firebase service account credentials +firebase-service-account.json + CLAUDE.md \ No newline at end of file