From 6e29f88c86e78d89537bec84f3a56543e4590f21 Mon Sep 17 00:00:00 2001 From: Joris Borgdorff Date: Thu, 19 May 2022 10:00:28 +0200 Subject: [PATCH] Ignore google-credentials.json (fixes #194) Avoid committing google-credentials secrets to Github unless on purpose. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ac4fa3a8..7cbedf78 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ secrets.yaml secrets/ .sops.yaml google-services.json +google-credentials.json