.dockerignore 200 B

12345678910111213141516171819202122
  1. .git
  2. .git/**
  3. conf
  4. conf/**
  5. packager
  6. packager/**
  7. scripts
  8. scripts/**
  9. .github/
  10. .github/**
  11. config.codekit
  12. LICENSE
  13. Makefile
  14. .dockerignore
  15. *.yml
  16. *.md
  17. .bra.toml
  18. .editorconfig
  19. .gitignore
  20. .gopmfile
  21. Dockerfile*