diff options
Diffstat (limited to 'modules/config.go')
-rw-r--r-- | modules/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/config.go b/modules/config.go index 2f1168d3a..78ec3b6b3 100644 --- a/modules/config.go +++ b/modules/config.go @@ -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. |