add: .bruno folder to gitignore

This commit is contained in:
2026-06-17 07:38:16 +00:00
parent 0b7af06fb3
commit 8284a5fb66
+3 -1
View File
@@ -1,4 +1,6 @@
# Terraform # Terraform
**/.terraform* **/.terraform*
*.tfstate* *.tfstate*
*credentials.auto.tfvars *credentials.auto.tfvars
# Bruno
.bruno