Files
zot/.gitignore
T
Ramkumar Chinchani 4e4d00a0a6 feat: add trivy-based sbom artifact generation support (#4088)
fixes issue #4067

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
2026-05-23 23:24:12 -07:00

38 lines
480 B
Plaintext

# 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
# Output of the UI build
pkg/extensions/build/
# Tooling used for blackbox testing
hack/
.stacker/
oci/
!pkg/meta/proto/oci
roots/
bin/
bazel-*
coverage*.txt
test/data/
*.orig
.idea/
coverage.html
tags
vendor/
.vscode/
examples/config-sync-localhost.json
node_modules
zot-test
.gotmp/