From deb180533016446a76a59ed16fc1b6109c5dff87 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 5 Jun 2021 23:13:29 -0600 Subject: removed gitignore files from repo --- .idea/.gitignore | 3 - .idea/.name | 1 - .idea/description.html | 1 - .idea/encodings.xml | 7 -- .../spigot_api_1_16_5_R0_1_20210524_223338_87.xml | 9 -- .idea/misc.xml | 12 -- .idea/modules.xml | 8 -- .idea/project-template.xml | 3 - .idea/uiDesigner.xml | 124 --------------------- .../DeadForADay/net/brysonsteck/DeadForADay.class | Bin 1840 -> 0 bytes .../DeadForADay/net/brysonsteck/PlayerData.class | Bin 1749 -> 0 bytes .../DeadForADay/net/brysonsteck/plugin.yml | 0 .../Resurrection/net/brysonsteck/PlayerData.class | Bin 2006 -> 0 bytes .../net/brysonsteck/Resurrection.class | Bin 818 -> 0 bytes .../Resurrection/net/brysonsteck/plugin.yml | 0 15 files changed, 168 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/description.html delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/libraries/spigot_api_1_16_5_R0_1_20210524_223338_87.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/project-template.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 out/production/DeadForADay/net/brysonsteck/DeadForADay.class delete mode 100644 out/production/DeadForADay/net/brysonsteck/PlayerData.class delete mode 100644 out/production/DeadForADay/net/brysonsteck/plugin.yml delete mode 100644 out/production/Resurrection/net/brysonsteck/PlayerData.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection.class delete mode 100644 out/production/Resurrection/net/brysonsteck/plugin.yml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index d956a6b..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Resurrection \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html deleted file mode 100644 index db5f129..0000000 --- a/.idea/description.html +++ /dev/null @@ -1 +0,0 @@ -Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 7b0d571..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/spigot_api_1_16_5_R0_1_20210524_223338_87.xml b/.idea/libraries/spigot_api_1_16_5_R0_1_20210524_223338_87.xml deleted file mode 100644 index 7b4affa..0000000 --- a/.idea/libraries/spigot_api_1_16_5_R0_1_20210524_223338_87.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index cf79644..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ad84213..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +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 1f08b88..0000000 --- a/.idea/project-template.xml +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/out/production/DeadForADay/net/brysonsteck/DeadForADay.class b/out/production/DeadForADay/net/brysonsteck/DeadForADay.class deleted file mode 100644 index 6fe8bca..0000000 Binary files a/out/production/DeadForADay/net/brysonsteck/DeadForADay.class and /dev/null differ diff --git a/out/production/DeadForADay/net/brysonsteck/PlayerData.class b/out/production/DeadForADay/net/brysonsteck/PlayerData.class deleted file mode 100644 index 978e898..0000000 Binary files a/out/production/DeadForADay/net/brysonsteck/PlayerData.class and /dev/null differ diff --git a/out/production/DeadForADay/net/brysonsteck/plugin.yml b/out/production/DeadForADay/net/brysonsteck/plugin.yml deleted file mode 100644 index e69de29..0000000 diff --git a/out/production/Resurrection/net/brysonsteck/PlayerData.class b/out/production/Resurrection/net/brysonsteck/PlayerData.class deleted file mode 100644 index 3b9818b..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/PlayerData.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection.class deleted file mode 100644 index 2adf2d9..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/plugin.yml b/out/production/Resurrection/net/brysonsteck/plugin.yml deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3