caddy/.gitignore

25 lines
270 B
Text
Raw Normal View History

_gitignore/
*.log
Caddyfile
!caddyfile/
# artifacts from pprof tooling
*.prof
*.test
2020-12-02 21:48:13 +01:00
# build artifacts and helpers
cmd/caddy/caddy
cmd/caddy/caddy.exe
2020-12-02 21:48:13 +01:00
cmd/caddy/setcap*
# mac specific
.DS_Store
2019-05-06 23:26:05 +02:00
# go modules
vendor
# goreleaser artifacts
dist
caddy-build
caddy-dist