.gitignore 236 B

12345678910111213141516171819
  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