From eda97ee98047fb4e4d5afc8e2064cf45d0fa764b Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:26:45 +0100 Subject: [PATCH] ignored vscode settings --- Terraform.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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