scorecard/.gitignore
Azeem Shaikh 8c2432bd62
Add worker to the PubSub framework. (#463)
Co-authored-by: Azeem Shaikh <azeems@google.com>
2021-05-18 15:18:08 -07:00

37 lines
441 B
Plaintext

# binary.
scorecard
gitblobcache
validate
scorecardcron
scripts/update/projects-update
cron/controller/controller
cron/worker/worker
# 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*
# IDE directories.
.vscode/
*.iml
.idea
# tools
bin
cache
output
gitfolder.*