Add node_modules to .bazelignore
As rxjs is included in node_modules, we run into [1] when executing "bazel build ..." in the Gerrit repository. As recommended, fix this by adding node_modules to .bazelignore. [1] https://github.com/ReactiveX/rxjs/issues/4061 Change-Id: I2696b9a3f69b15d6821b05376eea1d94e2bbae64
This commit is contained in:
parent
ae5e54397e
commit
9f1a3a9f7a
@ -1 +1,2 @@
|
||||
eclipse-out
|
||||
node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user