# mark vendored folders in order to hide them on GH
go.mod              linguist-generated
go.sum              linguist-generated
_tests/*            linguist-vendored
vendor/*            linguist-vendored

/.github            export-ignore
/_tests             export-ignore
/vendor             export-ignore
.editorconfig       export-ignore
.gitattributes      export-ignore
.gitignore          export-ignore
.golangci.yaml      export-ignore