Add example

It isn't clear from the docs currently how to use this feature
This commit is contained in:
Carlin MacKenzie
2023-04-05 08:53:07 -04:00
committed by Bjørn Erik Pedersen
parent 48bec0335a
commit 7e553d11b8
+9
View File
@@ -163,3 +163,12 @@ The search is case-insensitive.
excludeFiles (string or slice) excludeFiles (string or slice)
: One or more glob patterns matching files to exclude. : One or more glob patterns matching files to exclude.
**Example**
{{< code-toggle file="config">}}
[module]
[[module.mounts]]
source="content"
target="content"
excludeFiles="docs/*"
{{< /code-toggle >}}