mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 09:59:57 +00:00
* chore(deps): update dependency kubernetes-sigs/controller-tools to v0.17.2 * chore(ci): fix coverage and seccomp Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore(ci): use ghcr for seccomp image Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
35 lines
453 B
Plaintext
35 lines
453 B
Plaintext
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin
|
|
dist/
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode
|
|
|
|
**/*.kubeconfig
|
|
**/*.crt
|
|
**/*.key
|
|
.DS_Store
|
|
*.tgz
|
|
kind.yaml
|
|
capsule-seccomp.json
|