| 123456789101112131415161718192021 |
- # Root-level .dockerignore — applies only to seq-interp (context: .)
- # All other services use their own subdirectory as context.
- #
- # Goal: include only services/seq-interp/ and libs/lf-scanner/
- apps/
- hardware/
- services/orchestrator/
- services/spectrometer/
- services/reconstructor/
- services/spectroscopy/
- .git/
- .gitignore
- .env
- .env.example
- *.md
- *.ps1
- *.bat
- Makefile
- storage/
- diagrams/
|