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