From 7125e5c434f595efe5b7f7bc84c6e3597cf7e86b Mon Sep 17 00:00:00 2001 From: RScrafted Date: Fri, 18 Jul 2025 11:46:47 +0100 Subject: [PATCH] Update Terraform.gitignore to reflect reviewer guidance and best practices --- Terraform.gitignore | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 64a7f1ff..4d20644f 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,21 +36,9 @@ override.tf.json .terraformrc terraform.rc -# Ignore hcl files -.terraform.lock.hcl -*.terraform.* - # Ignore graph files *.dot -# to skip MacOS custom attributes. It appears when creating a .bicep file. -.DS_Store - -# Ignore plan files (optional) as some might save plan before destroy the terraform configuration -planout - -# Ignore tfplan files, saved during terraform plan execution -*.out - -# Ignore Visual Studio Code customized settings (this folder holds .json file) -.vscode \ No newline at end of file +# Optional: ignore plan files saved before destroying Terraform configuration +# Uncomment the line below if you want to ignore planout files. +# planout \ No newline at end of file