2023-09-13 19:26:12 +00:00
|
|
|
/.tool-versions
|
2023-05-22 14:17:34 +00:00
|
|
|
/go.work
|
|
|
|
/go.work.sum
|
2023-08-29 15:51:27 +00:00
|
|
|
/.grype.yaml
|
2023-05-22 14:17:34 +00:00
|
|
|
|
2020-09-25 20:59:00 +00:00
|
|
|
CHANGELOG.md
|
2023-09-22 17:32:48 +00:00
|
|
|
/VERSION
|
2020-07-24 01:43:14 +00:00
|
|
|
/snapshot/
|
|
|
|
/dist/
|
2020-07-16 19:12:19 +00:00
|
|
|
*.profile
|
|
|
|
.server
|
2020-08-10 15:03:48 +00:00
|
|
|
*.fingerprint
|
2020-07-16 19:12:19 +00:00
|
|
|
/metadata.json
|
|
|
|
/listing.json
|
2020-06-01 11:21:07 +00:00
|
|
|
.vscode/
|
|
|
|
*.db
|
2020-07-16 19:12:19 +00:00
|
|
|
*.db-journal
|
2020-06-19 14:12:29 +00:00
|
|
|
!**/test-fixtures/**/*.db
|
2020-05-26 14:37:28 +00:00
|
|
|
*.tar
|
2020-07-16 19:12:19 +00:00
|
|
|
*tar.gz
|
2020-05-26 14:37:28 +00:00
|
|
|
.idea/
|
2023-05-07 17:57:12 +00:00
|
|
|
*.iml
|
2020-05-26 14:37:28 +00:00
|
|
|
*.log
|
|
|
|
.images
|
|
|
|
.tmp/
|
2020-07-07 13:12:31 +00:00
|
|
|
*.tmp
|
2020-05-26 14:37:28 +00:00
|
|
|
coverage.txt
|
|
|
|
|
2022-12-12 20:59:47 +00:00
|
|
|
# OS files
|
|
|
|
.DS_Store
|
|
|
|
|
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
|