From 7c44506a713304a44d6c7d063db402431fae122b Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Tue, 11 Feb 2020 15:22:09 -0800 Subject: [PATCH] build: add bazel-out to .bazelignore (#1628) This shouldn't be necessary as Bazel normally ignores this since it manages the symlink but I keep getting into a state where I can't build without doing a bazel clean in this repo with bazel complaining about the contents of bazel-out so adding this here as it prevents this from happening. --- .bazelignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelignore b/.bazelignore index 3b8e3cb4bc..6b0c98882b 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,4 +1,5 @@ node_modules dist +bazel-out e2e/symlinked_node_modules_yarn/node_modules e2e/symlinked_node_modules_npm/node_modules/