From 4438af3dc050d5c976422b53e5379509f9b15ede Mon Sep 17 00:00:00 2001 From: Richard Barrett <32808365+Richard-Barrett@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:15:26 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a0e77f0..73593d4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,12 @@ __pycache__/ # Local .terraform directories **/.terraform/* +# Idea Directories +.idea/ + +# Terraform lock file + .terraform.lock.hcl + # .tfstate files *.tfstate *.tfstate.*