From 98d0625d81fd0bf4e90c09892af1ee5c3a0cd011 Mon Sep 17 00:00:00 2001 From: Daniel Kaiser Date: Wed, 6 Sep 2023 15:11:45 +0200 Subject: [PATCH] Gitignore IntelliJ files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index aaa54f02..f9f0dad0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ .terraform* terraform.tfstate terraform.tfstate.backup + +# IntelliJ and other Jetbrains IDEs +.idea +.jpb