1 Star 0 Fork 16

Wind/erda

forked from Gitee 极速下载/erda 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Files for macos
*.DS_Store
._*
# Files for ideas
.idea/*
*.iml
# Files for vim
.*.sw?
# Files for direnv
.envrc
# Files for vscode
.vscode/*
.vendor/*
# Local History dir
.history/
# Dependency directories (remove the comment below to include it)
/vendor/
# build output
/bin
cmd/**/bin
# for local debug
/.env
/.env.*
/conf/**/*.local.yaml
internal/local/
cmd/local
conf/local
.env*
# generated files
# openapi
**/openapi/legacy/api/api.go
**/openapi/legacy/api/generate/collectAPIs.go
**/openapi/legacy/api/swagger.json
**/openapi/legacy/api/swagger_all.json
**/openapi/legacy/api/generate/
**/openapi/legacy/api/events_all.json
**/openapi/legacy/component-protocol/generate/auto_register/auto_register.go
# cli
tools/cli/generated_cmd
tools/cli/command/generate/collectCMDs.go
# apistructs
apistructs/generated_desc.go
# temp data of quickstart
quick-start/data
fake_subscriber.txt
# deploy related temp dir
/deploy
# python vitural environments
/venv/
# extensions
/extensions/
http-client.env.json
api/proto-go
# go test
/coverage*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuxuefeng/erda.git
git@gitee.com:wuxuefeng/erda.git
wuxuefeng
erda
erda
master

搜索帮助