Skip to content

Commit 299c868

Browse files
authored
Fix .bazelignore (#3257)
1 parent 2af1bb7 commit 299c868

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.bazelignore

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
bazel-bin
1+
.git
2+
node_modules
23
bazel-out
4+
bazel-bin
35
bazel-testlogs
4-
node_modules
5-
.git
66
.cache
77
.idea
88
.vscode
9-
build
10-
/build-*
11-
node_modules
129
.cxx

.github/changed-files.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ linux:
99
- 'vendor/**'
1010
- 'CMakeLists.txt'
1111
- 'metrics/linux-gcc8-release-style.json'
12-
- 'WORKSPACE'
12+
- 'MODULE.bazel'
1313
- 'BUILD.bazel'
1414
- '.bazelrc'
1515
- '.bazelversion'
16+
- '.bazelignore'
1617
- '!**/*.md'
1718
windows:
1819
- '.github/workflows/windows-ci.yml'
@@ -26,10 +27,6 @@ windows:
2627
- 'metrics/**'
2728
- 'vendor/**'
2829
- '.gitmodules'
29-
- 'WORKSPACE'
30-
- 'BUILD.bazel'
31-
- '.bazelrc'
32-
- '.bazelversion'
3330
- '!**/*.md'
3431
ios:
3532
- 'platform/ios/**'
@@ -46,10 +43,11 @@ ios:
4643
- 'test/**'
4744
- 'vendor/**'
4845
- '.gitmodules'
49-
- 'WORKSPACE'
46+
- 'MODULE.bazel'
5047
- 'BUILD.bazel'
5148
- '.bazelrc'
5249
- '.bazelversion'
50+
- '.bazelignore'
5351
- 'pnpm-lock.yaml'
5452
- '!**/*.md'
5553
android:

0 commit comments

Comments
 (0)