2024-05-09 20:25:00 +00:00
|
|
|
# local development tailoring
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
|
|
|
.tool-versions
|
|
|
|
|
|
|
|
# app configuration
|
2023-08-29 15:51:27 +00:00
|
|
|
/.grype.yaml
|
2023-05-22 14:17:34 +00:00
|
|
|
|
2024-05-09 20:25:00 +00:00
|
|
|
# tool and bin directories
|
|
|
|
.tmp/
|
|
|
|
bin/
|
|
|
|
/bin
|
|
|
|
/.bin
|
|
|
|
/build
|
|
|
|
/dist
|
|
|
|
/snapshot
|
|
|
|
/.tool
|
|
|
|
/.task
|
|
|
|
|
|
|
|
# changelog generation
|
2020-09-25 20:59:00 +00:00
|
|
|
CHANGELOG.md
|
2024-05-09 20:25:00 +00:00
|
|
|
VERSION
|
|
|
|
|
|
|
|
# IDE configuration
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
.server/
|
|
|
|
.history/
|
|
|
|
|
|
|
|
# test related
|
2020-08-10 15:03:48 +00:00
|
|
|
*.fingerprint
|
2024-05-09 20:25:00 +00:00
|
|
|
/test/results
|
|
|
|
coverage.txt
|
|
|
|
*.log
|
|
|
|
.server
|
|
|
|
|
|
|
|
# grype-db related
|
2020-07-16 19:12:19 +00:00
|
|
|
/metadata.json
|
|
|
|
/listing.json
|
2020-06-01 11:21:07 +00:00
|
|
|
*.db
|
2020-07-16 19:12:19 +00:00
|
|
|
*.db-journal
|
2020-06-19 14:12:29 +00:00
|
|
|
!**/test-fixtures/**/*.db
|
2024-05-09 20:25:00 +00:00
|
|
|
|
|
|
|
# probable archives
|
|
|
|
.images
|
2020-05-26 14:37:28 +00:00
|
|
|
*.tar
|
2024-05-09 20:25:00 +00:00
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
*.jpi
|
|
|
|
*.hpi
|
|
|
|
*.zip
|
2023-05-07 17:57:12 +00:00
|
|
|
*.iml
|
2024-05-09 20:25:00 +00:00
|
|
|
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
2020-05-26 14:37:28 +00:00
|
|
|
|
2022-12-12 20:59:47 +00:00
|
|
|
# OS files
|
|
|
|
.DS_Store
|
|
|
|
|
2024-05-09 20:25:00 +00:00
|
|
|
*.profile
|
|
|
|
|
2020-05-26 14:37:28 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2022-11-14 15:39:45 +00:00
|
|
|
/grype/grype
|
2023-05-22 13:14:31 +00:00
|
|
|
main
|
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
|
2020-06-01 11:21:07 +00:00
|
|
|
*.out
|