mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
parent
8731d88222
commit
6cd0784e44
33 changed files with 1033 additions and 148 deletions
|
@ -402,6 +402,9 @@ type Mount struct {
|
|||
|
||||
// Exclude all files matching the given Glob patterns (string or slice).
|
||||
ExcludeFiles any
|
||||
|
||||
// Disable watching in watch mode for this mount.
|
||||
DisableWatch bool
|
||||
}
|
||||
|
||||
// Used as key to remove duplicates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue