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