forked from sorbet/sorbet
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
54 lines (42 loc) · 929 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/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