summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 619344693da6da9b92c98abfed6f6b7290afcaad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_gitignore/
*.log
Caddyfile

# artifacts from pprof tooling
*.prof
*.test

# mac specific
.DS_Store

# go modules
vendor