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:
Pete Bacon Darwin 2019-02-08 22:10:19 +00:00 committed by Misko Hevery
parent 6050cd0c1b
commit 81df5dcfc0
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@
"**/bazel-out": true,
"**/dist": true,
},
"git.ignoreLimitWarning": true,
}