build: show no warning for large git repos (#28055)
This warning pops up every time you try to run a node debug session via bazel. It is not important. PR Close #28055
This commit is contained in:
parent
6050cd0c1b
commit
81df5dcfc0
|
@ -15,4 +15,5 @@
|
||||||
"**/bazel-out": true,
|
"**/bazel-out": true,
|
||||||
"**/dist": true,
|
"**/dist": true,
|
||||||
},
|
},
|
||||||
|
"git.ignoreLimitWarning": true,
|
||||||
}
|
}
|
Loading…
Reference in New Issue