mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 15:54:38 -04:00
Add i18n to list of directories affected by ignoreFiles
This commit is contained in:
parent
5bfb952340
commit
3383786fe3
@ -646,7 +646,7 @@ Test and document setting params via JSON env var.
|
||||
|
||||
**Note:** This works, but we recommend you use the newer and more powerful [includeFiles and excludeFiles](https://gohugo.io/hugo-modules/configuration/#module-config-mounts) mount options.
|
||||
|
||||
To exclude specific files from the `content` and `data` directories when rendering your site, set `ignoreFiles` to one or more regular expressions to match against the absolute file path.
|
||||
To exclude specific files from the `content`, `data`, and `i18n` directories when rendering your site, set `ignoreFiles` to one or more regular expressions to match against the absolute file path.
|
||||
|
||||
To ignore files ending with `.foo` or `.boo`:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user