From 23a5aadca66aa16b6f8ecd058df92c11acec1c0e Mon Sep 17 00:00:00 2001
From: jwaeab <96044147+jwaeab@users.noreply.github.com>
Date: Wed, 11 Dec 2024 14:39:38 +0100
Subject: [PATCH] Cleans up .gitignore (#297)
---
.gitignore | 14 +-
.idea/codeStyleSettings.xml | 275 ------------------------
.idea/codeStyles/Project.xml | 300 ---------------------------
.idea/codeStyles/codeStyleConfig.xml | 5 -
.idea/misc.xml | 11 -
5 files changed, 9 insertions(+), 596 deletions(-)
delete mode 100644 .idea/codeStyleSettings.xml
delete mode 100644 .idea/codeStyles/Project.xml
delete mode 100644 .idea/codeStyles/codeStyleConfig.xml
delete mode 100644 .idea/misc.xml
diff --git a/.gitignore b/.gitignore
index be816f6c..a76f5abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,12 @@
-.settings
-.project
-.classpath
-target/
-.idea
+# Files
*.iml
+*.ipr
+*.iws
dependency-reduced-pom.xml
+# Directories
+.classpath/
+.idea/
+.project/
+.settings/
+target/
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
deleted file mode 100644
index d9190a7c..00000000
--- a/.idea/codeStyleSettings.xml
+++ /dev/null
@@ -1,275 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
deleted file mode 100644
index e60cdc67..00000000
--- a/.idea/codeStyles/Project.xml
+++ /dev/null
@@ -1,300 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index 79ee123c..00000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 9896aeb3..00000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file