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 **/*.tfplan
**/*.tfstate* **/*.tfstate*
.venv **/*.tfvars
.terraform.lock.hcl **/!*auto.tfvars
.acr-pat **/.terraform.lock.hcl
azure.env
*.tfvars # Python
!*auto.tfvars **/.venv
# Azure Secrets and Configuration.
/.acr-pat
/azure.env