Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: migrate Bazel ignore rules from .bazelignore to REPO.bazel
  • Loading branch information
alan-agius4 committed Dec 17, 2025
commit 4195ebc924631b9187d710b5906e924b98167993
77 changes: 0 additions & 77 deletions .bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ npm.npm_translate_lock(
],
npmrc = "//:.npmrc",
pnpm_lock = "//:pnpm-lock.yaml",
verify_node_modules_ignored = "//:.bazelignore",
)
use_repo(npm, "npm")

Expand Down
5 changes: 5 additions & 0 deletions REPO.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore_directories([
".git",
"dist",
"**/node_modules/**",
])