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:
Alice Kober-Sotzek 2019-11-22 14:38:04 +01:00
parent ae5e54397e
commit 9f1a3a9f7a
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
eclipse-out
node_modules