Commit 299c868 1 parent 2af1bb7 commit 299c868 Copy full SHA for 299c868
File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
- bazel-bin
1
+ .git
2
+ node_modules
2
3
bazel-out
4
+ bazel-bin
3
5
bazel-testlogs
4
- node_modules
5
- .git
6
6
.cache
7
7
.idea
8
8
.vscode
9
- build
10
- /build-*
11
- node_modules
12
9
.cxx
Original file line number Diff line number Diff line change 9
9
- ' vendor/**'
10
10
- ' CMakeLists.txt'
11
11
- ' metrics/linux-gcc8-release-style.json'
12
- - ' WORKSPACE '
12
+ - ' MODULE.bazel '
13
13
- ' BUILD.bazel'
14
14
- ' .bazelrc'
15
15
- ' .bazelversion'
16
+ - ' .bazelignore'
16
17
- ' !**/*.md'
17
18
windows :
18
19
- ' .github/workflows/windows-ci.yml'
@@ -26,10 +27,6 @@ windows:
26
27
- ' metrics/**'
27
28
- ' vendor/**'
28
29
- ' .gitmodules'
29
- - ' WORKSPACE'
30
- - ' BUILD.bazel'
31
- - ' .bazelrc'
32
- - ' .bazelversion'
33
30
- ' !**/*.md'
34
31
ios :
35
32
- ' platform/ios/**'
46
43
- ' test/**'
47
44
- ' vendor/**'
48
45
- ' .gitmodules'
49
- - ' WORKSPACE '
46
+ - ' MODULE.bazel '
50
47
- ' BUILD.bazel'
51
48
- ' .bazelrc'
52
49
- ' .bazelversion'
50
+ - ' .bazelignore'
53
51
- ' pnpm-lock.yaml'
54
52
- ' !**/*.md'
55
53
android :
You can’t perform that action at this time.
0 commit comments