mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-23 07:51:32 +08:00
4611537f06
* fuzz: add missing fuzzer by fixing .gitignore adding a negation for caddyfile/ directory * ci: print fuzzing type for debuggability and traceability * README: update the Fuzzit badge to point to the correct Caddy server Github organization
19 lines
188 B
Plaintext
19 lines
188 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
|