.dockerignore 340 B

123456789101112131415161718192021222324252627
  1. **/__pycache__
  2. **/.venv
  3. **/.classpath
  4. **/.dockerignore
  5. **/.env
  6. **/.git
  7. **/.gitignore
  8. **/.project
  9. **/.settings
  10. **/.toolstarget
  11. **/.vs
  12. **/.vscode
  13. **/*.*proj.user
  14. **/*.dbmdl
  15. **/*.jfm
  16. **/bin
  17. **/charts
  18. **/docker-compose*
  19. **/compose*
  20. **/Dockerfile*
  21. **/node_modules
  22. **/npm-debug.log
  23. **/obj
  24. **/secrets.dev.yaml
  25. **/values.dev.yaml
  26. LICENSE
  27. README.md