mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
52 lines
665 B
Plaintext
52 lines
665 B
Plaintext
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin
|
|
testbin/*
|
|
Dockerfile.cross
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
out/
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
**.DS_Store
|
|
envfile.yaml
|
|
envfile-**.yaml
|
|
cluster.yaml
|
|
cluster-**.yaml
|
|
**.userdata
|
|
**kubeadm-config.yaml
|
|
envfile
|
|
|
|
# direnv files
|
|
.envrc
|
|
|
|
# e2e
|
|
_artifacts
|
|
**e2e.test
|
|
test/e2e/config/*-envsubst.yaml
|
|
|
|
.tool-versions
|
|
e2e-env*.yaml
|
|
|