From 94ab40152b74368d38b447c38403c12a2029cd96 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 29 Nov 2024 07:35:16 -0800 Subject: [PATCH] IntelliJ nonsense --- .gitignore | 1 - .idea/.gitignore | 3 +++ .idea/artifacts/solidarity_jar.xml | 8 ++++++++ .idea/codeStyles/Project.xml | 7 +++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/compiler.xml | 13 ++++++++++++ .idea/encodings.xml | 7 +++++++ .idea/jarRepositories.xml | 30 ++++++++++++++++++++++++++++ .idea/misc.xml | 14 +++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .run/Debug Plugin.run.xml | 6 +++++- 12 files changed, 106 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/artifacts/solidarity_jar.xml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml 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 a463e1e..390bac2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # User-specific stuff -.idea/ *.iml *.ipr diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/artifacts/solidarity_jar.xml b/.idea/artifacts/solidarity_jar.xml new file mode 100644 index 0000000..b9cbe60 --- /dev/null +++ b/.idea/artifacts/solidarity_jar.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/run/paper/plugins + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..91520e2 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..8c89be5 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..fdc35ea --- /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 0000000..af5c644 --- /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 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.run/Debug Plugin.run.xml b/.run/Debug Plugin.run.xml index 51574a0..34351fa 100644 --- a/.run/Debug Plugin.run.xml +++ b/.run/Debug Plugin.run.xml @@ -11,6 +11,10 @@