0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00
zot/.gitignore
Tanmay Naik 90a943790c cli: add dummy cli for CVE search commands (WIP)
It supports commands for searching CVEs with various params.
run "zot search -h" and "zot search cve -h" for commands
Does not make any API calls yet.
2020-05-28 17:02:34 -04:00

23 lines
280 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
bin/
bazel-*
coverage.txt
test/data/
*.orig
.idea/
coverage.html
tags
vendor/
.vscode/