Exclude benchmark from rbi generation and git

This commit is contained in:
Douglas Eichelberger 2025-01-10 18:16:53 -08:00
parent cc46c8dc4c
commit ac7009cc23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -71,6 +71,7 @@
# Ignore dependencies we don't wish to vendor
**/vendor/bundle/ruby/*/gems/ast-*/
**/vendor/bundle/ruby/*/gems/benchmark-*/
**/vendor/bundle/ruby/*/gems/bigdecimal-*/
**/vendor/bundle/ruby/*/gems/bootsnap-*/
**/vendor/bundle/ruby/*/gems/bundler-*/

View File

@ -3,6 +3,7 @@
gem:
exclude:
# These conflict with the rbi files provided by sorbet:
- benchmark
- json
# These aren't needed:
- coderay