From 7bb3e3b66c155644398d1ebcdf95b3a17ab603f8 Mon Sep 17 00:00:00 2001 From: ikusteu Date: Sun, 10 Sep 2023 18:04:42 +0200 Subject: [PATCH] Exclude *.service-account.json from git --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e02d995ce..ef0a9801d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ **/.env.test.local **/.env.production.local **/.env.staging.local +# Firebase service accounts +**/*service-account.json # Misc. .log files **/npm-debug.log*