Skip to content

Commit 1c8e03d

Browse files
committed
1 parent 7b076c1 commit 1c8e03d

4 files changed

Lines changed: 8 additions & 36 deletions

File tree

.bazelignore

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

.pullapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ groups:
4949
- >
5050
contains_any_globs(files, [
5151
'.bazel_fix_commands.json',
52-
'.bazelignore',
52+
'REPO.bazel',
5353
'.bazelrc',
5454
'.bazelversion',
5555
'.firebaserc',

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ npm.npm_translate_lock(
159159
],
160160
},
161161
pnpm_lock = "//:pnpm-lock.yaml",
162-
verify_node_modules_ignored = "//:.bazelignore",
163162
)
164163
use_repo(npm, "npm")
165164

REPO.bazel

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

0 commit comments

Comments
 (0)