fix: add missing port/out and adapter/out sources; fix .gitignore and .dockerignore
All checks were successful
Build and publish Docker image / Build and push CPU image (push) Successful in 2m16s
Build and publish Docker image / Build and push GPU image (push) Successful in 3m6s

- .gitignore had bare 'out/' matching source directories; changed to '/out/'
- All 45 files under trueref-domain/port/out and trueref-adapters/.../out
  were silently excluded from the initial commit
- Added .dockerignore to exclude data/, runtime/, logs/ from build context
This commit is contained in:
moze
2026-05-06 01:36:14 +02:00
parent 0a7fc2c84d
commit e7a8aa95fc
47 changed files with 4154 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
target/
build/
out/
/out/
.idea/
.vscode/
*.iml