mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
25 lines
303 B
Text
25 lines
303 B
Text
*.tar.gz
|
|
.vscode/
|
|
.server/
|
|
*.db
|
|
!**/test-fixtures/**/*.db
|
|
*.tar
|
|
.idea/
|
|
*.log
|
|
.images
|
|
.tmp/
|
|
*.tmp
|
|
coverage.txt
|
|
|
|
# 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
|