From 24fef19b80e9d237e436dfa6a3526e1e246da5a8 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 16 Apr 2025 15:54:16 +0000 Subject: [PATCH] chore: update .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 5f109fd9..6ee570e3 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,11 @@ dist # Script output /contributors + +# Terraform files generated during testing +.terraform* +*.tfstate +*.tfstate.lock.info + +# Generated credentials from google-github-actions/auth +gha-creds-*.json