chore(devops): remove .idea files from git index and update .gitignore
This commit is contained in:
parent
c54ad3830d
commit
148b71db48
59
.gitignore
vendored
59
.gitignore
vendored
|
|
@ -1 +1,58 @@
|
||||||
/.idea/
|
# 🐧 [DevOps Engineer] Optimierte .gitignore für Meldestelle (KMP / Gradle / Docker)
|
||||||
|
|
||||||
|
# --- IDE & Editor ---
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
out/
|
||||||
|
.vscode/
|
||||||
|
.history/
|
||||||
|
.shelf/
|
||||||
|
|
||||||
|
# --- Gradle ---
|
||||||
|
.gradle/
|
||||||
|
build/
|
||||||
|
!**/src/**/build/
|
||||||
|
gradle-app.setting
|
||||||
|
!gradle-wrapper.jar
|
||||||
|
.gradletasknamecache
|
||||||
|
bin/
|
||||||
|
|
||||||
|
# --- Kotlin / KMP ---
|
||||||
|
.kotlin/
|
||||||
|
kotlin-js-store/
|
||||||
|
.jetbrains/
|
||||||
|
|
||||||
|
# --- Android (falls relevant) ---
|
||||||
|
*.ap_
|
||||||
|
*.apk
|
||||||
|
*.dex
|
||||||
|
local.properties
|
||||||
|
|
||||||
|
# --- Node / JS (Compose Web / KMP JS) ---
|
||||||
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
.npm/
|
||||||
|
|
||||||
|
# --- Docker & Infrastructure ---
|
||||||
|
.docker/
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
.env
|
||||||
|
!.env.example
|
||||||
|
.data/
|
||||||
|
postgres-data/
|
||||||
|
|
||||||
|
# --- OS Specific ---
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
|
|
||||||
|
# --- Project Specific ---
|
||||||
|
docs/temp/
|
||||||
|
docs/Bin/
|
||||||
|
docs/_archive/
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Meldestelle
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="AndroidProjectSystem">
|
|
||||||
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="auth-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path>
|
|
||||||
<root id="archive" name="auth-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.auth.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="auth-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path>
|
|
||||||
<root id="archive" name="auth-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.auth.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="billing-domain-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="billing-domain-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.billing.billing-domain.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="billing-domain-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="billing-domain-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.billing.billing-domain.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="billing-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="billing-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.billing-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="billing-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="billing-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.billing-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="core-domain-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="core-domain-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.core.core-domain.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="core-domain-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="core-domain-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.core.core-domain.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="core-utils-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path>
|
|
||||||
<root id="archive" name="core-utils-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.core.core-utils.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="core-utils-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path>
|
|
||||||
<root id="archive" name="core-utils-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.core.core-utils.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="design-system-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
|
|
||||||
<root id="archive" name="design-system-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.design-system.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="design-system-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
|
|
||||||
<root id="archive" name="design-system-jvm-1.0.0-SNAPSHOT.jar" />
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="design-system-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
|
|
||||||
<root id="archive" name="design-system-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.design-system.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="design-system-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
|
|
||||||
<root id="archive" name="design-system-wasm-js-1.0.0-SNAPSHOT.jar" />
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="device-initialization-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path>
|
|
||||||
<root id="archive" name="device-initialization-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.device-initialization.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="device-initialization-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path>
|
|
||||||
<root id="archive" name="device-initialization-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.device-initialization.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="domain-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="domain-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.domain.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="domain-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="domain-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.domain.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="domain-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="domain-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.domain.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="domain-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="domain-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.domain.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="entries-api-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path>
|
|
||||||
<root id="archive" name="entries-api-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.entries.entries-api.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="entries-api-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path>
|
|
||||||
<root id="archive" name="entries-api-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.entries.entries-api.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="entries-domain-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="entries-domain-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.entries.entries-domain.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="entries-domain-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="entries-domain-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.entries.entries-domain.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="events-common-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path>
|
|
||||||
<root id="archive" name="events-common-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.events.events-common.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="events-common-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path>
|
|
||||||
<root id="archive" name="events-common-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.events.events-common.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="funktionaer-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="funktionaer-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.funktionaer-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="funktionaer-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="funktionaer-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.funktionaer-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="local-db-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
|
|
||||||
<root id="archive" name="local-db-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.local-db.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="local-db-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
|
|
||||||
<root id="archive" name="local-db-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.local-db.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="local-db-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
|
|
||||||
<root id="archive" name="local-db-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.local-db.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="local-db-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
|
|
||||||
<root id="archive" name="local-db-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.local-db.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="masterdata-domain-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="masterdata-domain-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.masterdata.masterdata-domain.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="masterdata-domain-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path>
|
|
||||||
<root id="archive" name="masterdata-domain-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.backend.services.masterdata.masterdata-domain.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="meldestelle-desktop-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs</output-path>
|
|
||||||
<root id="archive" name="meldestelle-desktop-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-desktop.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="meldestelle-desktop-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs</output-path>
|
|
||||||
<root id="archive" name="meldestelle-desktop-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-desktop.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="meldestelle-web-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-web/build/libs</output-path>
|
|
||||||
<root id="archive" name="meldestelle-web-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-web.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="navigation-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path>
|
|
||||||
<root id="archive" name="navigation-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.navigation.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="navigation-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path>
|
|
||||||
<root id="archive" name="navigation-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.navigation.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="nennung-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="nennung-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.nennung-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="nennung-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="nennung-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.nennung-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="network-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
|
|
||||||
<root id="archive" name="network-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.network.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="network-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
|
|
||||||
<root id="archive" name="network-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.network.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="network-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
|
|
||||||
<root id="archive" name="network-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.network.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="network-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
|
|
||||||
<root id="archive" name="network-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.network.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="pferde-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="pferde-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.pferde-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="pferde-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="pferde-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.pferde-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="ping-api-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path>
|
|
||||||
<root id="archive" name="ping-api-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.contracts.ping-api.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="ping-api-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path>
|
|
||||||
<root id="archive" name="ping-api-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.contracts.ping-api.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="ping-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="ping-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.ping-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="ping-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="ping-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.ping-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="profile-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="profile-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.profile-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="profile-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="profile-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.profile-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="reiter-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="reiter-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.reiter-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="reiter-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="reiter-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.reiter-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="sync-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
|
|
||||||
<root id="archive" name="sync-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.sync.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="sync-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
|
|
||||||
<root id="archive" name="sync-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.sync.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="sync-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
|
|
||||||
<root id="archive" name="sync-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.sync.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="sync-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
|
|
||||||
<root id="archive" name="sync-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.core.sync.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="turnier-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="turnier-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.turnier-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="turnier-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="turnier-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.turnier-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="veranstalter-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="veranstalter-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.veranstalter-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="veranstalter-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="veranstalter-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.veranstalter-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="veranstaltung-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="veranstaltung-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.veranstaltung-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="veranstaltung-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="veranstaltung-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.veranstaltung-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="verein-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="verein-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.verein-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="verein-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="verein-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.verein-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="zns-import-feature-jvm-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="zns-import-feature-jvm-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.zns-import-feature.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="zns-import-feature-wasm-js-1.0.0">
|
|
||||||
<output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path>
|
|
||||||
<root id="archive" name="zns-import-feature-wasm-js-1.0.0.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.frontend.features.zns-import-feature.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="zns-parser-jvm-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path>
|
|
||||||
<root id="archive" name="zns-parser-jvm-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.core.zns-parser.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="zns-parser-wasm-js-1.0.0-SNAPSHOT">
|
|
||||||
<output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path>
|
|
||||||
<root id="archive" name="zns-parser-wasm-js-1.0.0-SNAPSHOT.jar">
|
|
||||||
<element id="module-output" name="Meldestelle.core.zns-parser.wasmJsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,65 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="CompilerConfiguration">
|
|
||||||
<bytecodeTargetLevel target="25" />
|
|
||||||
</component>
|
|
||||||
<component name="JavacSettings">
|
|
||||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
|
||||||
<module name="Meldestelle.backend.infrastructure.event-store.valkey-event-store" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.event-store.valkey-event-store.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.event-store.valkey-event-store.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.gateway" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.gateway.integrationTest" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.gateway.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.gateway.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.messaging.messaging-client" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.messaging.messaging-client.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.messaging.messaging-client.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.messaging.messaging-config" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.messaging.messaging-config.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.messaging.messaging-config.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.monitoring.monitoring-server" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.monitoring.monitoring-server.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.monitoring.monitoring-server.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.persistence" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.persistence.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.persistence.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.security" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.security.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.infrastructure.security.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.billing.billing-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.billing.billing-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.billing.billing-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.entries.entries-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.entries.entries-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.entries.entries-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.events.events-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.events.events-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.events.events-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.identity.identity-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.identity.identity-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.identity.identity-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.mail.mail-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.mail.mail-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.mail.mail-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.masterdata.masterdata-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.masterdata.masterdata-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.masterdata.masterdata-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.ping.ping-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.ping.ping-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.ping.ping-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.results.results-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.results.results-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.results.results-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.scheduling.scheduling-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.scheduling.scheduling-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.scheduling.scheduling-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.series.series-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.series.series-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.series.series-service.test" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.zns-import.zns-import-service" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.zns-import.zns-import-service.main" options="-parameters" />
|
|
||||||
<module name="Meldestelle.backend.services.zns-import.zns-import-service.test" options="-parameters" />
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
|
||||||
<data-source source="LOCAL" name="pg-meldestelle-db@localhost" uuid="8835ccb7-a903-4b56-97aa-a6359a2f5d4e">
|
|
||||||
<driver-ref>postgresql</driver-ref>
|
|
||||||
<synchronize>true</synchronize>
|
|
||||||
<imported>true</imported>
|
|
||||||
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
|
||||||
<jdbc-url>jdbc:postgresql://localhost:5432/pg-meldestelle-db</jdbc-url>
|
|
||||||
<jdbc-additional-properties>
|
|
||||||
<property name="com.intellij.clouds.kubernetes.db.host.port" />
|
|
||||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
|
||||||
<property name="com.intellij.clouds.kubernetes.db.container.port" />
|
|
||||||
</jdbc-additional-properties>
|
|
||||||
<working-dir>$ProjectFileDir$</working-dir>
|
|
||||||
</data-source>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
110
.idea/gradle.xml
110
.idea/gradle.xml
|
|
@ -1,110 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
||||||
<component name="GradleSettings">
|
|
||||||
<option name="linkedExternalProjectsSettings">
|
|
||||||
<GradleProjectSettings>
|
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
||||||
<option name="gradleJvm" value="openjdk-25" />
|
|
||||||
<option name="modules">
|
|
||||||
<set>
|
|
||||||
<option value="$PROJECT_DIR$" />
|
|
||||||
<option value="$PROJECT_DIR$/backend" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/cache" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/cache/cache-api" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/cache/valkey-cache" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/event-store" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/event-store/event-store-api" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/event-store/valkey-event-store" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/gateway" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/messaging" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/messaging/messaging-client" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/messaging/messaging-config" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/monitoring" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/monitoring/monitoring-client" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/monitoring/monitoring-server" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/persistence" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/security" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/infrastructure/zns-importer" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/billing" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/billing/billing-domain" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/billing/billing-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/entries" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/entries/entries-api" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/entries/entries-domain" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/entries/entries-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/events" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/events/events-api" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/events/events-common" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/events/events-domain" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/events/events-infrastructure" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/events/events-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/identity" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/identity/identity-domain" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/identity/identity-infrastructure" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/identity/identity-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/mail" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/mail/mail-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/masterdata" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/masterdata/masterdata-api" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/masterdata/masterdata-common" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/masterdata/masterdata-domain" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/masterdata/masterdata-infrastructure" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/masterdata/masterdata-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/ping" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/ping/ping-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/results" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/results/results-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/scheduling" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/scheduling/scheduling-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/series" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/series/series-service" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/zns-import" />
|
|
||||||
<option value="$PROJECT_DIR$/backend/services/zns-import/zns-import-service" />
|
|
||||||
<option value="$PROJECT_DIR$/contracts" />
|
|
||||||
<option value="$PROJECT_DIR$/contracts/ping-api" />
|
|
||||||
<option value="$PROJECT_DIR$/core" />
|
|
||||||
<option value="$PROJECT_DIR$/core/core-domain" />
|
|
||||||
<option value="$PROJECT_DIR$/core/core-utils" />
|
|
||||||
<option value="$PROJECT_DIR$/core/zns-parser" />
|
|
||||||
<option value="$PROJECT_DIR$/docs" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/auth" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/design-system" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/domain" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/local-db" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/navigation" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/network" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/sync" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/core/wizard" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/billing-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/device-initialization" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/funktionaer-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/nennung-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/pferde-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/ping-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/profile-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/reiter-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/turnier-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/veranstalter-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/veranstaltung-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/verein-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/features/zns-import-feature" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/shells" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/shells/meldestelle-desktop" />
|
|
||||||
<option value="$PROJECT_DIR$/frontend/shells/meldestelle-web" />
|
|
||||||
<option value="$PROJECT_DIR$/platform" />
|
|
||||||
<option value="$PROJECT_DIR$/platform/architecture-tests" />
|
|
||||||
<option value="$PROJECT_DIR$/platform/platform-bom" />
|
|
||||||
<option value="$PROJECT_DIR$/platform/platform-dependencies" />
|
|
||||||
<option value="$PROJECT_DIR$/platform/platform-testing" />
|
|
||||||
</set>
|
|
||||||
</option>
|
|
||||||
</GradleProjectSettings>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="KotlinJpsPluginSettings">
|
|
||||||
<option name="externalSystemId" value="Gradle" />
|
|
||||||
<option name="version" value="2.3.20" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<project version="4">
|
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
||||||
<component name="FrameworkDetectionExcludesConfiguration">
|
|
||||||
<file type="web" url="file://$PROJECT_DIR$" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_25" default="true" project-jdk-name="openjdk-25" project-jdk-type="JavaSDK" />
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
19
docs/99_Journal/2026-04-21_DevOps_Git-Index-Cleanup.md
Normal file
19
docs/99_Journal/2026-04-21_DevOps_Git-Index-Cleanup.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# 📓 Journal-Eintrag: Bereinigung Git-Index (.idea-Altlasten)
|
||||||
|
|
||||||
|
**Datum:** 2026-04-21
|
||||||
|
**Rolle:** 🐧 [DevOps Engineer]
|
||||||
|
|
||||||
|
## 🎯 Problemstellung
|
||||||
|
Obwohl der Ordner `.idea/` in der `.gitignore` korrekt eingetragen ist, wurden Änderungen an IDEA-internen Dateien (Artefakte, XML-Configs) im Git-Status angezeigt. Dies lag daran, dass diese Dateien bereits im Git-Index getrackt wurden ("tracked files"), bevor die `.gitignore` entsprechend optimiert wurde.
|
||||||
|
|
||||||
|
## 🛠️ Durchgeführte Maßnahmen
|
||||||
|
1. **Index-Bereinigung:** Alle Dateien innerhalb des `.idea/`-Verzeichnisses wurden mittels `git rm -r --cached .idea/` aus dem Git-Index entfernt.
|
||||||
|
- *Wichtig:* Die Dateien wurden **nicht** physisch gelöscht, sondern nur für Git "vergessen".
|
||||||
|
2. **Verifizierung:** Ein anschließender `git status` bestätigt, dass die Dateien nun als "gelöscht" zum Commit vorgemerkt sind.
|
||||||
|
3. **Zukünftige Vermeidung:** Durch den bestehenden `.gitignore`-Eintrag (`.idea/`) werden diese Dateien zukünftig vollständig ignoriert.
|
||||||
|
|
||||||
|
## 🏁 Ergebnis
|
||||||
|
Der Git-Arbeitsbereich ist nun sauber von IDE-spezifischen Konfigurationsdateien befreit. Nur noch relevante Projektdateien werden getrackt.
|
||||||
|
|
||||||
|
---
|
||||||
|
*Gez. Junie (DevOps Engineer)*
|
||||||
Loading…
Reference in New Issue
Block a user