.dockerignore 153 B

1234567891011121314
  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
  13. !app_checksum.txt