- .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
31 lines
435 B
Plaintext
31 lines
435 B
Plaintext
target/
|
|
build/
|
|
/out/
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.DS_Store
|
|
|
|
# Maven
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
|
|
# trueref runtime data (models, DB, index — too large / machine-specific)
|
|
data/
|
|
data-onnx-smoke/
|
|
logs/
|
|
|
|
# cuDNN and other large native runtime libraries
|
|
runtime/
|
|
|
|
# JVM crash dumps
|
|
hs_err_pid*.log
|
|
core.*
|
|
|
|
# Frontend
|
|
trueref-frontend/web/node_modules/
|
|
trueref-frontend/web/build/
|
|
trueref-frontend/web/.svelte-kit/
|
|
node_modules/
|