From fc12156571eee7db79a43983e5059ca56fc59a03 Mon Sep 17 00:00:00 2001
From: Josh <1755797+joshwyant@users.noreply.github.com>
Date: Thu, 15 Feb 2024 17:23:30 -0800
Subject: [PATCH] Configuring the project for IntelliJ
---
.gitignore | 6 ++++++
.idea/.gitignore | 3 +++
.idea/compiler.xml | 16 ++++++++++++++++
.idea/encodings.xml | 8 ++++++++
.idea/jarRepositories.xml | 20 ++++++++++++++++++++
.idea/misc.xml | 14 ++++++++++++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 7 +++++++
8 files changed, 82 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/compiler.xml
create mode 100644 .idea/encodings.xml
create mode 100644 .idea/jarRepositories.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
diff --git a/.gitignore b/.gitignore
index d1cd35abf..3c3738f1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,9 @@ bin/
lib/
plugins/
lookandfeels/
+/out/
+
+# intellij
+.idea/workspace.xml
+.idea/shelf/
+*.iml
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 000000000..26d33521a
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 000000000..ab933fb83
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 000000000..cd638bd8c
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 000000000..712ab9d98
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 000000000..fc5244e8b
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 000000000..edd76aec9
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..31665d6d6
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file