
* Remove dead code related to golangci.com * remove old build tags * stale bot: remove bug label from `exemptLabels` * order `gitignore` entries alphabetically * doc: order `linters-settings` alphabetically * remove obsolete exclude rule * release: add docs prefix to skip the commit in the changelog
20 lines
240 B
Plaintext
20 lines
240 B
Plaintext
*.test
|
|
.DS_Store
|
|
/*.pdf
|
|
/*.pprof
|
|
/*.txt
|
|
/.idea/
|
|
/.vscode/
|
|
/dist/
|
|
/golangci-lint
|
|
/test/path
|
|
/tools/Dracula.itermcolors
|
|
/tools/dist/
|
|
/tools/godownloader
|
|
/tools/goreleaser
|
|
/tools/node_modules
|
|
/tools/svg-term
|
|
/vendor/
|
|
coverage.out
|
|
coverage.xml
|