Skip to content

Commit c603548

Browse files
committed
1 parent 612e17e commit c603548

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

.bazelignore

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

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ npm.npm_translate_lock(
135135
},
136136
npmrc = "//:.npmrc",
137137
pnpm_lock = "//:pnpm-lock.yaml",
138-
verify_node_modules_ignored = "//:.bazelignore",
139138
)
140139
use_repo(npm, "npm")
141140

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)