mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 14:11:50 +08:00
d84a5d8427
* Adds global options for external account bindings * Maybe other people use ctags too? * Use nested block to configure external account * go format files * Restore acme_ca directive in test file * Change Caddyfile config syntax for acme_eab * Update test Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
_gitignore/
|
|
*.log
|
|
Caddyfile
|
|
!caddyfile/
|
|
|
|
# artifacts from pprof tooling
|
|
*.prof
|
|
*.test
|
|
|
|
# build artifacts
|
|
cmd/caddy/caddy
|
|
cmd/caddy/caddy.exe
|
|
|
|
# mac specific
|
|
.DS_Store
|
|
|
|
# go modules
|
|
vendor
|
|
|
|
# goreleaser artifacts
|
|
dist
|
|
caddy-build
|
|
caddy-dist
|