.dockerignore 384 B

123456789101112131415161718192021
  1. # Root-level .dockerignore - applies only to seq-interp (context: .)
  2. # All other services use their own subdirectory as context.
  3. #
  4. # Goal: include only services/seq-interp/ and libs/lf-scanner/
  5. apps/
  6. hardware/
  7. services/orchestrator/
  8. services/spectrometer/
  9. services/reconstructor/
  10. services/spectroscopy/
  11. .git/
  12. .gitignore
  13. .env
  14. .env.example
  15. *.md
  16. *.ps1
  17. *.bat
  18. Makefile
  19. storage/
  20. diagrams/