.dockerignore 135 B

12345678910111213
  1. # ignored
  2. **/*
  3. # authorized
  4. !**/Caddyfile
  5. !**/*.go
  6. !**/go.*
  7. !**/*.c
  8. !**/*.h
  9. !testdata/*.php
  10. !testdata/*.txt
  11. !build-static.sh
  12. !app.tar