From 170dd7b872294510baa12b4765dc07e2e2254342 Mon Sep 17 00:00:00 2001 From: Vinoo Ganesh Date: Tue, 9 Apr 2024 21:05:50 -0400 Subject: [PATCH] Adding in additional .gitignore lines for intellij --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6eed724bf..6efa87fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ dependency-reduced-pom.xml # IDE stuff .idea/ *.iml +*.ipr +*.iws