From 182648546beb30ed4b4be9abd7e074d0ba8a5796 Mon Sep 17 00:00:00 2001 From: Dusty <42273218+DustyStudy@users.noreply.github.com> Date: Sun, 20 Sep 2026 22:21:09 -0500 Subject: [PATCH] chore: ignore env, tfvars, tfstate and key files Co-Authored-By: Claude Sonnet 5 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index d2479b3..8c23b18 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,12 @@ guardrails.yaml *.local.yaml .DS_Store +.env +.env.* +*.tfvars +!*.tfvars.example +*.tfstate +*.tfstate.* +.terraform/ +*.pem +*.key