caddy/.gitignore

28 lines
281 B
Plaintext
Raw Normal View History

_gitignore/
*.log
Caddyfile
!caddyfile/
# artifacts from pprof tooling
*.prof
*.test
2020-12-03 04:48:13 +08:00
# build artifacts and helpers
cmd/caddy/caddy
cmd/caddy/caddy.exe
# mac specific
.DS_Store
2019-05-07 05:26:05 +08:00
# go modules
vendor
# goreleaser artifacts
dist
caddy-build
caddy-dist
# IDE files
.idea/
.vscode/