From 1bc5b3ccc8f8d2e29f0c19cfa394272c0eee8198 Mon Sep 17 00:00:00 2001
From: zargot <zargot@users.noreply.github.com>
Date: Thu, 6 Feb 2020 17:37:06 +0100
Subject: [PATCH] fix iml-file ignore

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c38c7b9..656557c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,8 +20,8 @@
 *.rar
 
 target
-.iml
 .idea
+*.iml
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
-- 
GitLab