4 Star 14 Fork 0

Gitee 极速下载/lakefs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/treeverse/lakeFS
克隆/下载
.gitignore 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
N-o-Z 提交于 2024-09-16 12:05 . Use ACL server for CI (#8155)
# Creaindexted by https://www.gitignore.io/api/go
# Edit at https://www.gitignore.io/?templates=go
### Go ###
# 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
# Generated files
*.gen.go
### Go Patch ###
/vendor/
/Godeps/
### IDEs and stuff ###
*.iml
.idea/
.vscode/
### Configuration files that may inculde sensitive information
.env
# End of https://www.gitignore.io/api/go
# Our binaries
/lakefs
/lakefs-loadtest
/lakectl
/main
/cmd/lakefs/lakefs
/cmd/lakefs-loadtest/lakefs-loadtest
/cmd/lakectl/lakectl
/dist
/delta/
/acl
# client excludes
/webui/node_modules
# server excludes
/pkg/api/gen
.DS_Store
# recordings
/pkg/gateway/testdata/recordings/
# Docs
/docs/_site/
/docs/.jekyll-metadata
/docs/.jekyll-bundle-cache
# terraform
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
# Ignore CLI configuration files
.terraformrc
terraform.rc
.eslintcache
/clients/java/.openapi-generator/FILES
### Rust ###
# Generated by Cargo will have compiled files and executables
debug/
target/
# Python Wrapper
/clients/python-wrapper/_site/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/lakefs.git
[email protected]:mirrors/lakefs.git
mirrors
lakefs
lakefs
master

搜索帮助