Files
trueref/.gitignore
moze e7a8aa95fc
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
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
2026-05-06 01:36:14 +02:00

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/