Updated gitignore.

This commit is contained in:
2025-08-15 14:07:45 +02:00
parent 88d0f9058e
commit db37434b78

19
.gitignore vendored
View File

@@ -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