From da777d5ac5c0ccd11202111341a1fe9340c17c16 Mon Sep 17 00:00:00 2001 From: Indyuce Date: Sat, 29 Oct 2022 01:45:56 +0200 Subject: [PATCH] Removed unversioned files --- .gitignore | 7 ++----- .gitlab-ci.yml | 11 ----------- MMOCore-API/MMOCore-API.iml | 17 ----------------- MMOCore-Dist/MMOCore-Dist.iml | 16 ---------------- 4 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 .gitlab-ci.yml delete mode 100644 MMOCore-API/MMOCore-API.iml delete mode 100644 MMOCore-Dist/MMOCore-Dist.iml diff --git a/.gitignore b/.gitignore index acac8c56..0a7558e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,12 @@ bin/ -.m2/ target/ .settings/ .idea/ .classpath .project +dependency-reduced-pom.xml +.flattened-pom.xml MMOCore.eml MMOCore.iml -dependency-reduced-pom.xml /MMOCore-API/MMOCore-API.iml -/MMOCore-API/.flattened-pom.xml -/MMOCore-Dist/.flattened-pom.xml /MMOCore-Dist/MMOCore-Dist.iml -/MMOCore-Dist/MMOCore-Bukkit.iml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 12d7438c..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: maven:3-openjdk-16-slim - -build: - stage: build - script: - - mvn clean package - -deploy: - stage: deploy - script: - - mvn deploy diff --git a/MMOCore-API/MMOCore-API.iml b/MMOCore-API/MMOCore-API.iml deleted file mode 100644 index 1b429aca..00000000 --- a/MMOCore-API/MMOCore-API.iml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - SPIGOT - MCP - BUKKIT - - - - - - - \ No newline at end of file diff --git a/MMOCore-Dist/MMOCore-Dist.iml b/MMOCore-Dist/MMOCore-Dist.iml deleted file mode 100644 index d35a0362..00000000 --- a/MMOCore-Dist/MMOCore-Dist.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - SPIGOT - MCP - - - - - - - \ No newline at end of file