1 Star 0 Fork 0

leejor/cloud-on-k8s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
# 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
*~
# ignore vendor/
vendor/
# Elastic public key
license.key
# test licenses used in the E2E tests
test-license.json
# Monitoring secrets
monitoring-secrets.json
# generated from merging multiple files in the Makefile
config/all-in-one.yaml
# ignore generated configuration
config/eck.yaml
# ignore all generated docs HTML
docs/html/*
# ignore deployer files
hack/deployer/deployer
hack/deployer/config/deployer-config*.yml
hack/deployer/config/provider
# ignore CI config files
deployer-config.yml
.env
.registry.env
# ignore test output
integration-tests.json
integration-tests.xml
unit-tests.json
unit-tests.xml
e2e-tests.json
e2e-tests.xml
# ignore generated public key file
pkg/controller/common/license/zz_generated.pubkey.go
# ignore validator for Jenkins pipelines
hack/pipeline-validator/validator
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leejor/cloud-on-k8s.git
git@gitee.com:leejor/cloud-on-k8s.git
leejor
cloud-on-k8s
cloud-on-k8s
master

搜索帮助