Setup Maven multi-module project with backend, common, and server modules.

Add `.gitignore` entry for build artifacts.
This commit is contained in:
2025-09-20 23:17:39 +02:00
parent 26d04d00d4
commit 4d38f5d3a9
5 changed files with 138 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
/.idea/
/finlog.iml
backend/**/target