diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md index 3faaced8e9..9e6fec0612 100644 --- a/content/en/hugo-modules/configuration.md +++ b/content/en/hugo-modules/configuration.md @@ -163,3 +163,12 @@ The search is case-insensitive. excludeFiles (string or slice) : 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 >}}