1 Star 0 Fork 12

YangeCool/tikv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
# OSX leaves these everywhere on SMB shares
._*
# OSX trash
.DS_Store
# Eclipse files
.classpath
.project
.settings/**
# Vim swap files
*.swp
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
out/
# Vscode files
.vscode/**
target
dist
tmp
/bin
# fuzzing hack, see fuzz/cli.rs
fuzz-incremental/
# cargo configuration. We presently use this to create custom cargo profiles
# that should not be checked in at this location.
.cargo/
# Files generated by tikv-server
/LOCK
/db/
/last_tikv.toml
/raft/
core.*
*.info
# Ignore all logs
*.log
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangecool/tikv.git
git@gitee.com:yangecool/tikv.git
yangecool
tikv
tikv
master

搜索帮助