From a9b6b288049677b2dd8f30c7bcf700687a472d9a Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Fri, 6 Oct 2023 09:43:54 -0600 Subject: [PATCH] Make sure we can't commit gha credentials by accident --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 47e46cb83..57d1fe0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ npm-debug.log # Built packages /*.deb /*.rpm + +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json