From 9037b6ce1ce30164b844e73f5154fa78e13a84ef Mon Sep 17 00:00:00 2001 From: StefanMoCoAt Date: Sun, 19 Apr 2026 16:14:18 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20entferne=20veraltete=20`.gitignore`-Ei?= =?UTF-8?q?ntr=C3=A4ge=20und=20nicht=20genutzte=20IDE-Konfigurationsdateie?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 84 ---------------- .idea/.name | 1 - .idea/artifacts/auth_jvm_1_0_0.xml | 6 -- .idea/artifacts/auth_wasm_js_1_0_0.xml | 6 -- .../billing_domain_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../billing_domain_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .idea/artifacts/billing_feature_jvm_1_0_0.xml | 6 -- .../billing_feature_wasm_js_1_0_0.xml | 6 -- .../core_domain_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../core_domain_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .../core_utils_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../core_utils_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .../design_system_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../design_system_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .../device_initialization_jvm_1_0_0.xml | 6 -- .../device_initialization_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/domain_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../domain_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .idea/artifacts/entries_api_jvm_1_0_0.xml | 6 -- .idea/artifacts/entries_api_wasm_js_1_0_0.xml | 6 -- .../entries_domain_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../entries_domain_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .../events_common_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../events_common_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .../funktionaer_feature_jvm_1_0_0.xml | 6 -- .../funktionaer_feature_wasm_js_1_0_0.xml | 6 -- .../artifacts/local_db_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../local_db_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .../masterdata_domain_jvm_1_0_0_SNAPSHOT.xml | 6 -- ...sterdata_domain_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- ...meldestelle_desktop_jvm_1_0_0_SNAPSHOT.xml | 6 -- ...meldestelle_web_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .idea/artifacts/navigation_jvm_1_0_0.xml | 6 -- .idea/artifacts/navigation_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/nennung_feature_jvm_1_0_0.xml | 6 -- .../nennung_feature_wasm_js_1_0_0.xml | 6 -- .../artifacts/network_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../network_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .idea/artifacts/pferde_feature_jvm_1_0_0.xml | 6 -- .../pferde_feature_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/ping_api_jvm_1_0_0.xml | 6 -- .idea/artifacts/ping_api_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/ping_feature_jvm_1_0_0.xml | 6 -- .../artifacts/ping_feature_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/profile_feature_jvm_1_0_0.xml | 6 -- .../profile_feature_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/reiter_feature_jvm_1_0_0.xml | 6 -- .../reiter_feature_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/sync_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../artifacts/sync_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .idea/artifacts/turnier_feature_jvm_1_0_0.xml | 6 -- .../turnier_feature_wasm_js_1_0_0.xml | 6 -- .../veranstalter_feature_jvm_1_0_0.xml | 6 -- .../veranstalter_feature_wasm_js_1_0_0.xml | 6 -- .../veranstaltung_feature_jvm_1_0_0.xml | 6 -- .../veranstaltung_feature_wasm_js_1_0_0.xml | 6 -- .idea/artifacts/verein_feature_jvm_1_0_0.xml | 6 -- .../verein_feature_wasm_js_1_0_0.xml | 6 -- .../zns_import_feature_jvm_1_0_0.xml | 6 -- .../zns_import_feature_wasm_js_1_0_0.xml | 6 -- .../zns_parser_jvm_1_0_0_SNAPSHOT.xml | 6 -- .../zns_parser_wasm_js_1_0_0_SNAPSHOT.xml | 6 -- .idea/compiler.xml | 65 ------------ .idea/dictionaries/project.xml | 8 -- .idea/gradle.xml | 98 +------------------ .idea/kotlinc.xml | 7 -- .idea/misc.xml | 5 - .idea/sqldialects.xml | 6 -- 68 files changed, 1 insertion(+), 633 deletions(-) delete mode 100644 .gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/artifacts/auth_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/auth_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/billing_domain_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/billing_domain_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/billing_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/billing_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/core_domain_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/core_domain_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/core_utils_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/core_utils_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/design_system_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/design_system_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/device_initialization_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/device_initialization_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/domain_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/domain_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/entries_api_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/entries_api_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/entries_domain_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/entries_domain_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/events_common_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/events_common_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/funktionaer_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/funktionaer_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/local_db_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/local_db_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/masterdata_domain_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/masterdata_domain_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/meldestelle_desktop_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/meldestelle_web_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/navigation_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/navigation_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/nennung_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/nennung_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/network_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/network_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/pferde_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/pferde_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/ping_api_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/ping_api_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/ping_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/ping_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/profile_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/profile_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/reiter_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/reiter_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/sync_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/sync_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/turnier_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/turnier_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/veranstalter_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/veranstalter_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/veranstaltung_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/veranstaltung_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/verein_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/verein_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/zns_import_feature_jvm_1_0_0.xml delete mode 100644 .idea/artifacts/zns_import_feature_wasm_js_1_0_0.xml delete mode 100644 .idea/artifacts/zns_parser_jvm_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/artifacts/zns_parser_wasm_js_1_0_0_SNAPSHOT.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/dictionaries/project.xml delete mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/sqldialects.xml diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0b650c63..00000000 --- a/.gitignore +++ /dev/null @@ -1,84 +0,0 @@ -# Gradle -.gradle/ -build/ -!gradle/wrapper/gradle-wrapper.jar -.gradletasknamecache - -# Kotlin -*.class -*.jar -*.kotlin_module -.kotlin/ -kotlin-js-store/ - -# IntelliJ IDEA -.idea/workspace.xml -.idea/tasks.xml -.idea/usage.statistics.xml -.idea/dictionaries -.idea/shelf -.idea/dataSources/ -.idea/dataSources.local.xml -.idea/httpRequests/ -.idea/codestream.xml -.idea/sonarlint/ -*.iml -*.ipr -*.iws -out/ - -# Node.js / npm / React -node_modules/ -npm-debug.log* -yarn-debug.log* -yarn-error.log* -.pnp.* -.yarn/ -dist/ -.cache/ -.parcel-cache/ -.next/ -.nuxt/ -.vuepress/dist -*.tsbuildinfo - -# Docker -.env -.env.local -.env.*.local -docker-compose.override.yaml - -# macOS -.DS_Store -.AppleDouble -.LSOverride -._* - -# Windows -Thumbs.db -Thumbs.db:encryptable -ehthumbs.db -Desktop.ini - -# Linux -*~ -.directory -.Trash-* - -# Logs -*.log -logs/ - -# Temporary files -*.tmp -*.temp -*.swp -*.swo - -# SQLDelight -*.db -*.db-shm -*.db-wal - -# Local configuration -local.properties diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 351ae1ba..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Meldestelle \ No newline at end of file diff --git a/.idea/artifacts/auth_jvm_1_0_0.xml b/.idea/artifacts/auth_jvm_1_0_0.xml deleted file mode 100644 index 482c3d70..00000000 --- a/.idea/artifacts/auth_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/auth/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/auth_wasm_js_1_0_0.xml b/.idea/artifacts/auth_wasm_js_1_0_0.xml deleted file mode 100644 index 253c164d..00000000 --- a/.idea/artifacts/auth_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/auth/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/billing_domain_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/billing_domain_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index dd050280..00000000 --- a/.idea/artifacts/billing_domain_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/billing/billing-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/billing_domain_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/billing_domain_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index fe886dfe..00000000 --- a/.idea/artifacts/billing_domain_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/billing/billing-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/billing_feature_jvm_1_0_0.xml b/.idea/artifacts/billing_feature_jvm_1_0_0.xml deleted file mode 100644 index d5c56ab2..00000000 --- a/.idea/artifacts/billing_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/billing-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/billing_feature_wasm_js_1_0_0.xml b/.idea/artifacts/billing_feature_wasm_js_1_0_0.xml deleted file mode 100644 index be39b89a..00000000 --- a/.idea/artifacts/billing_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/billing-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/core_domain_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/core_domain_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 8a726050..00000000 --- a/.idea/artifacts/core_domain_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/core/core-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/core_domain_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/core_domain_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index ce05225c..00000000 --- a/.idea/artifacts/core_domain_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/core/core-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/core_utils_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/core_utils_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 6fc876a7..00000000 --- a/.idea/artifacts/core_utils_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/core/core-utils/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/core_utils_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/core_utils_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index c10c4df6..00000000 --- a/.idea/artifacts/core_utils_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/core/core-utils/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/design_system_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/design_system_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index a059211f..00000000 --- a/.idea/artifacts/design_system_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/design-system/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/design_system_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/design_system_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index d40f5ad5..00000000 --- a/.idea/artifacts/design_system_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/design-system/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/device_initialization_jvm_1_0_0.xml b/.idea/artifacts/device_initialization_jvm_1_0_0.xml deleted file mode 100644 index 7221ef02..00000000 --- a/.idea/artifacts/device_initialization_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/device-initialization/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/device_initialization_wasm_js_1_0_0.xml b/.idea/artifacts/device_initialization_wasm_js_1_0_0.xml deleted file mode 100644 index 647d6db1..00000000 --- a/.idea/artifacts/device_initialization_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/device-initialization/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/domain_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/domain_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index c48aa806..00000000 --- a/.idea/artifacts/domain_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/domain_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/domain_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 031f4f60..00000000 --- a/.idea/artifacts/domain_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/entries_api_jvm_1_0_0.xml b/.idea/artifacts/entries_api_jvm_1_0_0.xml deleted file mode 100644 index 641d5b5f..00000000 --- a/.idea/artifacts/entries_api_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/entries/entries-api/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/entries_api_wasm_js_1_0_0.xml b/.idea/artifacts/entries_api_wasm_js_1_0_0.xml deleted file mode 100644 index 7caf4bbc..00000000 --- a/.idea/artifacts/entries_api_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/entries/entries-api/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/entries_domain_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/entries_domain_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index a1cbf96a..00000000 --- a/.idea/artifacts/entries_domain_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/entries/entries-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/entries_domain_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/entries_domain_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index c425774b..00000000 --- a/.idea/artifacts/entries_domain_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/entries/entries-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/events_common_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/events_common_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 347b000e..00000000 --- a/.idea/artifacts/events_common_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/events/events-common/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/events_common_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/events_common_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index d77bdc72..00000000 --- a/.idea/artifacts/events_common_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/events/events-common/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/funktionaer_feature_jvm_1_0_0.xml b/.idea/artifacts/funktionaer_feature_jvm_1_0_0.xml deleted file mode 100644 index f02d79a9..00000000 --- a/.idea/artifacts/funktionaer_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/funktionaer_feature_wasm_js_1_0_0.xml b/.idea/artifacts/funktionaer_feature_wasm_js_1_0_0.xml deleted file mode 100644 index be0270a7..00000000 --- a/.idea/artifacts/funktionaer_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/local_db_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/local_db_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 17bbfdf2..00000000 --- a/.idea/artifacts/local_db_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/local-db/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/local_db_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/local_db_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index c38ff99c..00000000 --- a/.idea/artifacts/local_db_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/local-db/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/masterdata_domain_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/masterdata_domain_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 7bf6bb68..00000000 --- a/.idea/artifacts/masterdata_domain_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/masterdata_domain_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/masterdata_domain_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 6b67a410..00000000 --- a/.idea/artifacts/masterdata_domain_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/meldestelle_desktop_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/meldestelle_desktop_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index aef57c8e..00000000 --- a/.idea/artifacts/meldestelle_desktop_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/meldestelle_web_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/meldestelle_web_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index a8b32ff7..00000000 --- a/.idea/artifacts/meldestelle_web_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/shells/meldestelle-web/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/navigation_jvm_1_0_0.xml b/.idea/artifacts/navigation_jvm_1_0_0.xml deleted file mode 100644 index eaa97b7e..00000000 --- a/.idea/artifacts/navigation_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/navigation/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/navigation_wasm_js_1_0_0.xml b/.idea/artifacts/navigation_wasm_js_1_0_0.xml deleted file mode 100644 index b62241b3..00000000 --- a/.idea/artifacts/navigation_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/navigation/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/nennung_feature_jvm_1_0_0.xml b/.idea/artifacts/nennung_feature_jvm_1_0_0.xml deleted file mode 100644 index 12ca4dc6..00000000 --- a/.idea/artifacts/nennung_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/nennung-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/nennung_feature_wasm_js_1_0_0.xml b/.idea/artifacts/nennung_feature_wasm_js_1_0_0.xml deleted file mode 100644 index a12d0166..00000000 --- a/.idea/artifacts/nennung_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/nennung-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/network_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/network_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 7631c5ea..00000000 --- a/.idea/artifacts/network_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/network/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/network_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/network_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index a533aa54..00000000 --- a/.idea/artifacts/network_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/network/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/pferde_feature_jvm_1_0_0.xml b/.idea/artifacts/pferde_feature_jvm_1_0_0.xml deleted file mode 100644 index 9292573f..00000000 --- a/.idea/artifacts/pferde_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/pferde-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/pferde_feature_wasm_js_1_0_0.xml b/.idea/artifacts/pferde_feature_wasm_js_1_0_0.xml deleted file mode 100644 index 31d9ca94..00000000 --- a/.idea/artifacts/pferde_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/pferde-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/ping_api_jvm_1_0_0.xml b/.idea/artifacts/ping_api_jvm_1_0_0.xml deleted file mode 100644 index 1b3fb9ec..00000000 --- a/.idea/artifacts/ping_api_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/contracts/ping-api/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/ping_api_wasm_js_1_0_0.xml b/.idea/artifacts/ping_api_wasm_js_1_0_0.xml deleted file mode 100644 index acf5a616..00000000 --- a/.idea/artifacts/ping_api_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/contracts/ping-api/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/ping_feature_jvm_1_0_0.xml b/.idea/artifacts/ping_feature_jvm_1_0_0.xml deleted file mode 100644 index 6e3e29fa..00000000 --- a/.idea/artifacts/ping_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/ping-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/ping_feature_wasm_js_1_0_0.xml b/.idea/artifacts/ping_feature_wasm_js_1_0_0.xml deleted file mode 100644 index a7f6bf68..00000000 --- a/.idea/artifacts/ping_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/ping-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/profile_feature_jvm_1_0_0.xml b/.idea/artifacts/profile_feature_jvm_1_0_0.xml deleted file mode 100644 index f46768eb..00000000 --- a/.idea/artifacts/profile_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/profile-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/profile_feature_wasm_js_1_0_0.xml b/.idea/artifacts/profile_feature_wasm_js_1_0_0.xml deleted file mode 100644 index 7e105b4d..00000000 --- a/.idea/artifacts/profile_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/profile-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/reiter_feature_jvm_1_0_0.xml b/.idea/artifacts/reiter_feature_jvm_1_0_0.xml deleted file mode 100644 index 4ac4b267..00000000 --- a/.idea/artifacts/reiter_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/reiter-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/reiter_feature_wasm_js_1_0_0.xml b/.idea/artifacts/reiter_feature_wasm_js_1_0_0.xml deleted file mode 100644 index 784f3620..00000000 --- a/.idea/artifacts/reiter_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/reiter-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/sync_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/sync_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 6cd0aba4..00000000 --- a/.idea/artifacts/sync_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/sync/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/sync_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/sync_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 6f00cdfa..00000000 --- a/.idea/artifacts/sync_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/core/sync/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/turnier_feature_jvm_1_0_0.xml b/.idea/artifacts/turnier_feature_jvm_1_0_0.xml deleted file mode 100644 index 2ef8ca28..00000000 --- a/.idea/artifacts/turnier_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/turnier-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/turnier_feature_wasm_js_1_0_0.xml b/.idea/artifacts/turnier_feature_wasm_js_1_0_0.xml deleted file mode 100644 index def3d81d..00000000 --- a/.idea/artifacts/turnier_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/turnier-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/veranstalter_feature_jvm_1_0_0.xml b/.idea/artifacts/veranstalter_feature_jvm_1_0_0.xml deleted file mode 100644 index dba45879..00000000 --- a/.idea/artifacts/veranstalter_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/veranstalter_feature_wasm_js_1_0_0.xml b/.idea/artifacts/veranstalter_feature_wasm_js_1_0_0.xml deleted file mode 100644 index cc8066e3..00000000 --- a/.idea/artifacts/veranstalter_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/veranstaltung_feature_jvm_1_0_0.xml b/.idea/artifacts/veranstaltung_feature_jvm_1_0_0.xml deleted file mode 100644 index 5ff3cb80..00000000 --- a/.idea/artifacts/veranstaltung_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/veranstaltung_feature_wasm_js_1_0_0.xml b/.idea/artifacts/veranstaltung_feature_wasm_js_1_0_0.xml deleted file mode 100644 index 010e6343..00000000 --- a/.idea/artifacts/veranstaltung_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/verein_feature_jvm_1_0_0.xml b/.idea/artifacts/verein_feature_jvm_1_0_0.xml deleted file mode 100644 index 41cf88fb..00000000 --- a/.idea/artifacts/verein_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/verein-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/verein_feature_wasm_js_1_0_0.xml b/.idea/artifacts/verein_feature_wasm_js_1_0_0.xml deleted file mode 100644 index bd9be569..00000000 --- a/.idea/artifacts/verein_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/verein-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/zns_import_feature_jvm_1_0_0.xml b/.idea/artifacts/zns_import_feature_jvm_1_0_0.xml deleted file mode 100644 index e2729dbf..00000000 --- a/.idea/artifacts/zns_import_feature_jvm_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/zns-import-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/zns_import_feature_wasm_js_1_0_0.xml b/.idea/artifacts/zns_import_feature_wasm_js_1_0_0.xml deleted file mode 100644 index 0294b545..00000000 --- a/.idea/artifacts/zns_import_feature_wasm_js_1_0_0.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/frontend/features/zns-import-feature/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/zns_parser_jvm_1_0_0_SNAPSHOT.xml b/.idea/artifacts/zns_parser_jvm_1_0_0_SNAPSHOT.xml deleted file mode 100644 index ad55d268..00000000 --- a/.idea/artifacts/zns_parser_jvm_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/core/zns-parser/build/libs - - - \ No newline at end of file diff --git a/.idea/artifacts/zns_parser_wasm_js_1_0_0_SNAPSHOT.xml b/.idea/artifacts/zns_parser_wasm_js_1_0_0_SNAPSHOT.xml deleted file mode 100644 index 006597b9..00000000 --- a/.idea/artifacts/zns_parser_wasm_js_1_0_0_SNAPSHOT.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - $PROJECT_DIR$/core/zns-parser/build/libs - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index efb4a3a6..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml deleted file mode 100644 index d62e500b..00000000 --- a/.idea/dictionaries/project.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - mailpit - valkey - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index eb12c23f..045c1e8b 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,103 +5,7 @@ diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index ebd2e7b2..00000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index be28ff06..6dc90673 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,3 @@ - - - - - \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index 6df4889b..00000000 --- a/.idea/sqldialects.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file