.dockerignore 659 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .git
  2. .dockerignore
  3. Dockerfile
  4. # project files
  5. coverage/
  6. dev_mode/listings
  7. dev_mode/schemas
  8. dev_mode/static
  9. dev_mode/themes
  10. dev_mode/workspaces
  11. dev_mode/stats.json
  12. # Skip docs
  13. docs/
  14. **/docs/source/_build
  15. # Skip examples
  16. examples/
  17. junit.xml
  18. galata
  19. jupyterlab/geckodriver
  20. jupyterlab/static
  21. jupyterlab/schemas
  22. jupyterlab/themes
  23. jupyterlab/style.js
  24. jupyterlab/tests/**/static
  25. jupyterlab/tests/**/labextension
  26. # Remove after next release
  27. jupyterlab/imports.css
  28. packages/nbconvert-css/style/
  29. packages/services/examples/node/config.json
  30. packages/services/examples/browser/tmp
  31. packages/theme-*/static
  32. tests/**/coverage
  33. tests/**/.cache-loader
  34. **/node_modules