mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
42 lines
762 B
Plaintext
42 lines
762 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.tmp
|
|
bin
|
|
hack/tools/bin
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# E2E test templates
|
|
test/e2e/data/infrastructure-kubekey/v1beta1/cluster-template*.yaml
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
*.iml
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
# rbac and manager config for example provider
|
|
manager_image_patch.yaml-e
|
|
manager_pull_policy.yaml-e
|
|
|
|
# Sample config files auto-generated by kubebuilder
|
|
config/samples
|
|
|
|
# test results
|
|
_artifacts
|
|
|
|
# Used during parts of the build process. Files _should_ get cleaned up automatically.
|
|
# This is also a good location for any temporary manfiests used during development
|
|
tmp
|
|
|
|
# Used by current object
|
|
/example/test/
|