mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Exclude benchmark from rbi generation and git
This commit is contained in:
parent
cc46c8dc4c
commit
ac7009cc23
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,6 +71,7 @@
|
|||||||
|
|
||||||
# Ignore dependencies we don't wish to vendor
|
# Ignore dependencies we don't wish to vendor
|
||||||
**/vendor/bundle/ruby/*/gems/ast-*/
|
**/vendor/bundle/ruby/*/gems/ast-*/
|
||||||
|
**/vendor/bundle/ruby/*/gems/benchmark-*/
|
||||||
**/vendor/bundle/ruby/*/gems/bigdecimal-*/
|
**/vendor/bundle/ruby/*/gems/bigdecimal-*/
|
||||||
**/vendor/bundle/ruby/*/gems/bootsnap-*/
|
**/vendor/bundle/ruby/*/gems/bootsnap-*/
|
||||||
**/vendor/bundle/ruby/*/gems/bundler-*/
|
**/vendor/bundle/ruby/*/gems/bundler-*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
gem:
|
gem:
|
||||||
exclude:
|
exclude:
|
||||||
# These conflict with the rbi files provided by sorbet:
|
# These conflict with the rbi files provided by sorbet:
|
||||||
|
- benchmark
|
||||||
- json
|
- json
|
||||||
# These aren't needed:
|
# These aren't needed:
|
||||||
- coderay
|
- coderay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user