From 2fd7616228f77f8ffbe93a6194604e783a8d07be Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 27 May 2023 14:33:36 +0200 Subject: [PATCH] Updates .gitignore to be more specific --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e69102e..94f7a65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -\.idea -\target -UltimateStacker.iml -.settings/ -.classpath -.project \ No newline at end of file +/**/target/ + +/.idea/ +/*.iml