From ac7009cc236d95e145b20e4afd0eed5b0e01a4ef Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Fri, 10 Jan 2025 18:16:53 -0800 Subject: [PATCH] Exclude benchmark from rbi generation and git --- .gitignore | 1 + Library/Homebrew/sorbet/tapioca/config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 73789bf9e6..5e9ff351e9 100644 --- a/.gitignore +++ b/.gitignore @@ -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-*/ diff --git a/Library/Homebrew/sorbet/tapioca/config.yml b/Library/Homebrew/sorbet/tapioca/config.yml index 22b4224b1e..f6c0d1acbd 100644 --- a/Library/Homebrew/sorbet/tapioca/config.yml +++ b/Library/Homebrew/sorbet/tapioca/config.yml @@ -3,6 +3,7 @@ gem: exclude: # These conflict with the rbi files provided by sorbet: + - benchmark - json # These aren't needed: - coderay