scorecard/.gitignore
naveen 2dcdbcd32b 🌱 Track code coverage
Track code coverage
https://github.com/ossf/scorecard/issues/986

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-01-19 16:29:31 -06:00

48 lines
688 B
Plaintext

# binary.
scorecard
gitblobcache
clients/githubrepo/roundtripper/tokens/server/github-auth-server
cron/data/add/add
cron/data/validate/validate
cron/data/update/projects-update
cron/controller/controller
cron/worker/worker
cron/cii/cii-worker
cron/shuffle/shuffle
cron/webhook/webhook
cron/bq/data-transfer
# Binaries for programs and plugins.
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`.
*.test
results.json
*.json
# Output of the go coverage tool, specifically when used with LiteIDE.
*.coverprofile*
unit-coverage.out
e2e-coverage.out
# IDE directories.
.vscode/
*.iml
.idea
# tools
bin
cache
output
gitfolder.*
githubrepo.tar.gz
# goreleaser
dist/*