scorecard/.gitignore
Azeem Shaikh 09e86518e5
Add all Google-owned repositories to cron job (#555)
Co-authored-by: Azeem Shaikh <azeems@google.com>
2021-06-08 16:55:43 -07:00

36 lines
448 B
Plaintext

# binary.
scorecard
gitblobcache
cron/data/validate/validate
cron/data/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.*