.gitignore 242 B

1234567891011121314151617181920
  1. .DS_Store
  2. /assets/ca.crt
  3. /state
  4. /bin
  5. /build
  6. /dist
  7. /gopath
  8. /images/*/build
  9. .dockerfile
  10. *.swp
  11. /tests/integration/MANIFEST
  12. /tests/integration/.venv*
  13. /tests/integration/.tox
  14. /tests/integration/.idea
  15. *.pyc
  16. __pycache__
  17. /.dapper
  18. /.trash-cache
  19. .idea