File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
excluded_paths :
9
9
description : " A list of paths to exclude from the diagram, separated by commas. For example: dist,node_modules"
10
10
required : false
11
+ excluded_globs :
12
+ description : " A list of micromatch globs to exclude from the diagram, separated by semicolons. For example: **/*.png;docs/**/*.{png,ico}"
13
+ required : false
11
14
root_path :
12
- description : " The directory (and its children) that you want to visualize in the diagram. Default: ./ "
15
+ description : " The directory (and its children) that you want to visualize in the diagram. Default: " " (repository root directory) "
13
16
required : false
14
17
max_depth :
15
18
description : " The maximum number of nested folders to show files within. Default: 9"
You can’t perform that action at this time.
0 commit comments