.dockerignore 196 B

1234567891011121314151617
  1. .DS_Store
  2. .idea
  3. bin
  4. state
  5. build
  6. images/*/build
  7. scripts/images/*/dist/
  8. dist
  9. tests/integration/.venv*
  10. tests/integration/.tox
  11. */*/*/*.pyc
  12. */*/*/__pycache__
  13. .trash-cache
  14. .dapper
  15. vendor/*/*/*/.git
  16. tmp