Skip to content

Commit 5a201f4

Browse files
authored
cleanup: remove .bazelignore (#477)
REPO.bazel does the same
1 parent ead0cd1 commit 5a201f4

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

.bazelignore

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

REPO.bazel

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,21 @@ ignore_directories([
77
"**/node_modules",
88
"**/.pytest_cache",
99
"**/__pycache__",
10+
# Nested projects that should be moved into the root workspace:
11+
"angular-ngc",
12+
"bufbuild",
13+
"bzlmod",
14+
"check-npm-determinism",
15+
"directory_path",
16+
"eager-fetch",
17+
"go_workspaces",
18+
"java-soap",
19+
"jest",
20+
"nestjs",
21+
"node_snapshot_flags",
22+
"oci_java_image",
23+
"prisma",
24+
"rules_nodejs_to_rules_js_migration",
25+
"ts_project_transpiler",
26+
"vercel_pkg",
1027
])

0 commit comments

Comments
 (0)