Skip to content

Commit cbb8e01

Browse files
JamBalaya56562JanDeDobbeleer
authored andcommitted
fix(docs): add missing default folders to bazel
1 parent 6cdfb27 commit cbb8e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/segments/cli/bazel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Config from "@site/src/components/Config.js";
3434
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info documentation |
3535
| `icon` | `string` | `\ue63a` | the icon for the segment |
3636
| `extensions` | `[]string` | `*.bazel, *.bzl, BUILD, WORKSPACE, .bazelrc, .bazelversion` | allows to override the default list of file extensions to validate |
37-
| `folders` | `[]string` | | |
37+
| `folders` | `[]string` | `bazel-bin`, `bazel-out`, `bazel-testlogs` | allows to override the list of folder names to validate |
3838

3939
## Template ([info][templates])
4040

0 commit comments

Comments
 (0)