Skip to content

Commit 868cb7c

Browse files
alan-agius4AndrewKushnir
authored andcommitted
1 parent ce1a476 commit 868cb7c

File tree

3 files changed

+5
-78
lines changed

3 files changed

+5
-78
lines changed

.bazelignore

Lines changed: 0 additions & 77 deletions
This file was deleted.

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ npm.npm_translate_lock(
101101
],
102102
npmrc = "//:.npmrc",
103103
pnpm_lock = "//:pnpm-lock.yaml",
104-
verify_node_modules_ignored = "//:.bazelignore",
105104
)
106105
use_repo(npm, "npm")
107106

REPO.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ignore_directories([
2+
".git",
3+
"dist",
4+
"**/node_modules/**",
5+
])

0 commit comments

Comments
 (0)