From 733cb2eae5ab77c71c24747b5652ce135bb4efe4 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Thu, 15 Aug 2024 11:03:38 +0100 Subject: chore(gitignore): clean-up --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d1df545..cd44594 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,15 @@ +# Terraform *.tfstate *.tfstate.* *.tfvars *.tfvars.json .terraform.tfstate.lock.info -*.zip .terraform/ .terraform* + +# Output Files +*.zip log* + +# OS-Related Files .DS_Store -- cgit v1.2.3