Refactor: first iteration of modular and dockerized approach

This commit is contained in:
ivfrost
2026-01-24 15:14:16 +01:00
parent 43e55f9f18
commit 938877d852
147 changed files with 4103 additions and 3044 deletions

22
.gitignore vendored
View File

@@ -1,4 +1,4 @@
HELP.md
JOURNAL.md
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
@@ -32,3 +32,23 @@ build/
### VS Code ###
.vscode/
hydro-backend.tar
### Keys ###
*.jks
*.key
*.pub
*.pem
*.p12
*.der
### Dev database files ###
*.mv.db
*.trace.db
### Env files ###
.env
.env.test
.env.production
.env.development
.env.local