scorecard/.gitignore
raghavkaul 482a59ec9b
🌱 Tests: Fix data race failures (#2262)
* Fix data race failures in tests

Signed-off-by: Raghav Kaul <raghavkaul@google.com>

* Keep coverprofiles for the attestor separate

Signed-off-by: Raghav Kaul <raghavkaul@google.com>

Signed-off-by: Raghav Kaul <raghavkaul@google.com>
2022-09-19 11:26:13 -04:00

48 lines
772 B
Plaintext

# binary.
scorecard
gitblobcache
clients/githubrepo/roundtripper/tokens/server/github-auth-server
cron/internal/data/add/add
cron/internal/data/validate/validate
cron/internal/data/update/projects-update
cron/internal/controller/controller
cron/internal/worker/worker
cron/internal/cii/cii-worker
cron/internal/shuffle/shuffle
cron/internal/webhook/webhook
cron/internal/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/*