From ba656eb6792f94c6af9f5e083b5336953d5406b4 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Sat, 18 Jul 2026 13:03:34 +0100 Subject: [PATCH] Ignore serviceAccounts folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 38f6bbb..c8054c8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ dist/ # Credentials and config (do NOT commit secrets) credentials.json credentials-*.json +serviceAccounts/ config.json config-*.json .env