scorecard/.gitignore

48 lines
688 B
Plaintext
Raw Normal View History

# binary.
2020-10-16 17:54:29 +03:00
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
2020-10-16 17:54:29 +03:00
# Binaries for programs and plugins.
2020-10-09 17:47:59 +03:00
*.exe
*.exe~
*.dll
*.so
*.dylib
2020-10-16 17:54:29 +03:00
# Test binary, built with `go test -c`.
2020-10-09 17:47:59 +03:00
*.test
results.json
*.json
2020-10-09 17:47:59 +03:00
2020-10-16 17:54:29 +03:00
# Output of the go coverage tool, specifically when used with LiteIDE.
*.coverprofile*
unit-coverage.out
e2e-coverage.out
2020-10-09 17:47:59 +03:00
2020-10-16 17:54:29 +03:00
# IDE directories.
2020-10-09 17:47:59 +03:00
.vscode/
2020-10-16 17:54:29 +03:00
*.iml
.idea
2020-10-16 17:54:29 +03:00
2021-11-23 19:56:21 +03:00
# tools
bin
cache
2021-02-25 22:51:57 +03:00
output
gitfolder.*
githubrepo.tar.gz
2021-11-23 19:56:21 +03:00
# goreleaser
dist/*