From f04e677e7b1a28f910edba5e8abfdce97f51dab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 31 May 2022 20:25:07 +0200 Subject: [PATCH] Ignore and remove .idea directory --- .gitignore | 22 +--------------- ...bugger__Listener__CommandExecutor__jar.xml | 8 ------ .idea/compiler.xml | 16 ------------ .idea/description.html | 0 .idea/encodings.xml | 8 ------ .idea/jarRepositories.xml | 25 ------------------- .idea/misc.xml | 13 ---------- .idea/modules.xml | 9 ------- .idea/project-template.xml | 3 --- .idea/template-meta.xml | 5 ---- .idea/vcs.xml | 6 ----- 11 files changed, 1 insertion(+), 114 deletions(-) delete mode 100644 .idea/artifacts/Spigot_Complete_Plugin__Debugger__Listener__CommandExecutor__jar.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/description.html delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/project-template.xml delete mode 100644 .idea/template-meta.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index f755a84..9fa6aad 100644 --- a/.gitignore +++ b/.gitignore @@ -2,27 +2,7 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries +.idea/ # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, diff --git a/.idea/artifacts/Spigot_Complete_Plugin__Debugger__Listener__CommandExecutor__jar.xml b/.idea/artifacts/Spigot_Complete_Plugin__Debugger__Listener__CommandExecutor__jar.xml deleted file mode 100644 index 6312bfe..0000000 --- a/.idea/artifacts/Spigot_Complete_Plugin__Debugger__Listener__CommandExecutor__jar.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - D:/Coding/# Server per Test Plugins #/plugins - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index f42e0f6..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 78bf31c..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index f44ba7b..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 5755a99..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 03c9806..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml deleted file mode 100644 index 3c6194b..0000000 --- a/.idea/project-template.xml +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/.idea/template-meta.xml b/.idea/template-meta.xml deleted file mode 100644 index 7089c7e..0000000 --- a/.idea/template-meta.xml +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file