From db37434b78eb67a1fc335bb36aa7079011ae5262 Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Fri, 15 Aug 2025 14:07:45 +0200 Subject: [PATCH] Updated gitignore. --- .gitignore | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2c4c1ce..1770acc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ -.terraform +# Terraform +**/.terraform **/*.tfplan **/*.tfstate* -.venv -.terraform.lock.hcl -.acr-pat -azure.env -*.tfvars -!*auto.tfvars +**/*.tfvars +**/!*auto.tfvars +**/.terraform.lock.hcl + +# Python +**/.venv + +# Azure Secrets and Configuration. +/.acr-pat +/azure.env