From 8284a5fb66ff64c1e210d010aece3ba0fffa5d03 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 17 Jun 2026 07:36:29 +0000 Subject: [PATCH] add: .bruno folder to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c3ec0aa..6acc850 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Terraform **/.terraform* *.tfstate* -*credentials.auto.tfvars \ No newline at end of file +*credentials.auto.tfvars +# Bruno +.bruno \ No newline at end of file