From 877aa5561b7bda2a77683776d72b8215bb70585c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Tue, 31 May 2022 20:11:05 +0200 Subject: [PATCH] Ignore IML files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ce2af9..42a697f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea/ out/ -target/ \ No newline at end of file +target/ +*.iml \ No newline at end of file