grype/.gitignore

40 lines
442 B
Text
Raw Normal View History

CHANGELOG.md
VERSION
2020-07-24 01:43:14 +00:00
/snapshot/
/dist/
*.profile
.server
*.fingerprint
/metadata.json
/listing.json
.vscode/
*.db
*.db-journal
2020-06-19 14:12:29 +00:00
!**/test-fixtures/**/*.db
2020-05-26 14:37:28 +00:00
*.tar
*tar.gz
2020-05-26 14:37:28 +00:00
.idea/
*.log
.images
.tmp/
*.tmp
2020-05-26 14:37:28 +00:00
coverage.txt
# OS files
.DS_Store
2020-05-26 14:37:28 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/grype/grype
2020-05-26 14:37:28 +00:00
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out