/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

# Devboxes install gems into vendor/ by default
/gems/*/vendor

# 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
