diff --git a/Terraform.gitignore b/Terraform.gitignore index 53421ca6..ff6db793 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -50,4 +50,7 @@ terraform.rc planout # Ignore tfplan files, saved during terraform plan execution -*.out \ No newline at end of file +*.out + +# Ignore Visual Studio Code customized settings (this folder holds .json file) +.vscode \ No newline at end of file