From a4ea4a6db3456f68d42b32991900f9d38c0f5d28 Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Sat, 19 Oct 2024 00:23:10 -0400 Subject: [PATCH] fix: Remove maven pubilsh, untrack .idea --- .github/workflows/publish.yml | 2 -- .gitignore | 3 ++- .idea/.gitignore | 8 -------- .idea/gradle.xml | 17 ----------------- .idea/kotlinc.xml | 6 ------ .idea/misc.xml | 14 -------------- .idea/vcs.xml | 6 ------ 7 files changed, 2 insertions(+), 54 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21884d4..f6f9265 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,5 @@ jobs: - uses: MineInAbyss/publish-action@develop with: - maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }} - maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }} release-files: | ${{ github.workspace }}/publish/*.jar diff --git a/.gitignore b/.gitignore index b1dff0d..d03f040 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ build/ !**/src/test/**/build/ ### IntelliJ IDEA ### +.idea .idea/modules.xml .idea/jarRepositories.xml .idea/compiler.xml @@ -42,4 +43,4 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 2a65317..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index c224ad5..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 94209c1..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file