From fe9862688d9702654459ce0ab7b638d9c0bb652c Mon Sep 17 00:00:00 2001 From: Josh Gamache Date: Wed, 31 Jan 2024 17:42:02 -0700 Subject: [PATCH] chore: add ide folders to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 78cfeb0ab..e94f60504 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,8 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# IDE files +.idea/ +.vscode/ +.DS_Store