Initial Commit

This commit is contained in:
2025-05-04 12:18:13 +02:00
commit a4f1a58f15
113 changed files with 11439 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# All
/.idea/
/rheinsw-mono-repo.iml
# Backend
/backend/common/target/
/backend/discovery/target/
/backend/gateway/target/
/backend/server/target/