From c69abe427a77977e12ef5431c147480ffb83735e Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:45:31 +0000 Subject: [PATCH] build: configure Bazel to ignore `packages/angular/build/node_modules` Although the `build` package is not present in this branch, the `node_modules` directory may persist when switching branches during a release, potentially causing the build to fail. --- .bazelignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelignore b/.bazelignore index ded5d15573b2..11a13346ec9a 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,6 +1,7 @@ .git dist node_modules +packages/angular/build/node_modules packages/angular/cli/node_modules packages/angular/create/node_modules packages/angular/pwa/node_modules