fix: add missing port/out and adapter/out sources; fix .gitignore and .dockerignore
- .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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
target/
|
||||
build/
|
||||
out/
|
||||
/out/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
Reference in New Issue
Block a user