From 925b43235d57e45559d2eebf03f545650a018e6b Mon Sep 17 00:00:00 2001 From: "Omar \"Goatfryed\" Sood" Date: Sun, 22 Sep 2024 22:16:20 +0200 Subject: [PATCH 1/2] chore: fix published vcs url --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79c3729..6ed5ac3 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ publishing { scm { connection = 'scm:git:git://github.com/goatfryed/assert-baseline.git' developerConnection = 'scm:git:ssh://github.com/goatfryed/assert-baseline.git' - url = 'github.com/goatfryed/assert-baseline' + url = 'https://github.com/goatfryed/assert-baseline' } issueManagement { From f225fcb840ca78925d7f16b5d52c6f049d89344e Mon Sep 17 00:00:00 2001 From: "Omar \"Goatfryed\" Sood" Date: Sun, 22 Sep 2024 22:21:19 +0200 Subject: [PATCH 2/2] chore: update idea gitignore --- .idea/.gitignore | 90 +++++++++++-- .idea/compiler.xml | 6 - .idea/gradle.xml | 16 --- .idea/jarRepositories.xml | 20 --- .idea/misc.xml | 39 ------ .idea/modules.xml | 9 -- .idea/modules/assert-baseline.testRecipes.iml | 9 -- .idea/modules/assert-baseline.testSpi.iml | 9 -- .idea/uiDesigner.xml | 124 ------------------ .idea/vcs.xml | 12 -- 10 files changed, 82 insertions(+), 252 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/modules/assert-baseline.testRecipes.iml delete mode 100644 .idea/modules/assert-baseline.testSpi.iml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..416cd41 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,8 +1,82 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml +# Adopted from https://github.com/github/gitignore/blob/5445a270254a0b4443b20ed0033c4094959f937e/Global/JetBrains.gitignore +# customization +/misc.xml +/vcs.xml + +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +/**/workspace.xml +/**/tasks.xml +/**/usage.statistics.xml +/**/dictionaries +/**/shelf + +# AWS User-specific +/**/aws.xml + +# Generated files +/**/contentModel.xml + +# Sensitive or high-churn files +/**/dataSources/ +/**/dataSources.ids +/**/dataSources.local.xml +/**/sqlDataSources.xml +/**/dynamic.xml +/**/uiDesigner.xml +/**/dbnavigator.xml + +# Gradle +/**/gradle.xml +/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +/artifacts +/compiler.xml +/jarRepositories.xml +/modules.xml +/*.iml +/modules +# *.iml +# *.ipr + +# CMake +# cmake-build-*/ + +# Mongo Explorer plugin +/**/mongoSettings.xml + +# File-based project format +# *.iws + +# IntelliJ +# out/ + +# mpeltonen/sbt-idea plugin +# .idea_modules/ + +# JIRA plugin +# atlassian-ide-plugin.xml + +# Cursive Clojure plugin +/replstate.xml + +# SonarLint plugin +/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +# com_crashlytics_export_strings.xml +# crashlytics.properties +# crashlytics-build.properties +# fabric.properties + +# Editor-based Rest Client +/httpRequests + +# Android studio 3.1+ serialized cache file +/caches/build_file_checksums.ser \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index b86273d..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index ce1c62c..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index fdc392f..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index edb0987..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - C:\ProgramData\ComposerSetup\bin\composer.phar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2e3b1f2..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/assert-baseline.testRecipes.iml b/.idea/modules/assert-baseline.testRecipes.iml deleted file mode 100644 index fdd09b0..0000000 --- a/.idea/modules/assert-baseline.testRecipes.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/assert-baseline.testSpi.iml b/.idea/modules/assert-baseline.testSpi.iml deleted file mode 100644 index 3d3243d..0000000 --- a/.idea/modules/assert-baseline.testSpi.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 2b63946..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 4c6280e..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file