Commit 88afb66
fix: remove ignore_directories from REPO.bazel for Bazel 7 compat (#47)
`ignore_directories` was introduced in Bazel 8 and causes a parse error
when this module is consumed by Bazel 7 users. Move the ignored dirs to
`.bazelignore` which is supported across all Bazel versions.
Fixes #40
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2cd2bf8 commit 88afb66
2 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
0 commit comments