3 Star 0 Fork 0

Gitee 极速下载 / sorbet

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/sorbet/sorbet
Clone or Download
.gitignore 929 Bytes
Copy Edit Raw Blame History
/bazel-*
/.bazelrc.local
/compile_commands.json
/.gdb_history
/tags
# CI puts a checkout here for testing.
/pay-server
.idea/
.vscode/
.vim/
/website/lib/core/metadata.js
/website/lib/core/MetadataBlog.js
/website/translated_docs
/website/build/
/website/yarn.lock
/website/node_modules
/website/i18n/*
# used for fuzzing
/fuzz_corpus
/fuzz_crashers
# We are bulding gems here, so don't commit these things
gems/sorbet/Gemfile.lock
gems/sorbet-static/Gemfile.lock
gems/sorbet-runtime/Gemfile.lock
gems/sorbet-static-and-runtime/Gemfile.lock
*.gem
# To distribute sorbet, we copy the built C++ binary here.
/gems/sorbet-static/libexec/sorbet
# Used by tools/scripts/run_benchmarks.sh
/tmp
# Used by tools/scripts/ll-view.sh
/ll-view.out
# clangd caches data in these folders
/.clangd
/.cache/clangd
# for YARD documentation
.yardoc/
doc/
# Sandbox folders
test/sandbox/*/*.log
test/sandbox/*/*.rb
test/sandbox/*/*.rbi
C
1
https://gitee.com/mirrors/sorbet.git
git@gitee.com:mirrors/sorbet.git
mirrors
sorbet
sorbet
master

Search