mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
Automatically generate a manifest.yaml file that can be applied to evaluate the content of the latest commit of the main branch. Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
44 lines
659 B
Plaintext
44 lines
659 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/*
|
|
Dockerfile.cross
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Taskfile cache
|
|
.task
|
|
|
|
# E2e test artifacts
|
|
test/e2e/bin
|
|
# Test registry certificates
|
|
certs/
|
|
# Utility dir for manifest build
|
|
manifest-build/
|