mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 06:51:30 +08:00
3017b245c9
* logging: Use `RedirectStdLog` * .gitignore a file pattern that I'm constantly using for testing
29 lines
293 B
Plaintext
29 lines
293 B
Plaintext
_gitignore/
|
|
*.log
|
|
Caddyfile
|
|
Caddyfile.*
|
|
!caddyfile/
|
|
|
|
# artifacts from pprof tooling
|
|
*.prof
|
|
*.test
|
|
|
|
# build artifacts and helpers
|
|
cmd/caddy/caddy
|
|
cmd/caddy/caddy.exe
|
|
|
|
# mac specific
|
|
.DS_Store
|
|
|
|
# go modules
|
|
vendor
|
|
|
|
# goreleaser artifacts
|
|
dist
|
|
caddy-build
|
|
caddy-dist
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|