mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
bed227886b
The following inside `config.toml` will ignore files ending with `.foo` and `.boo`. ``` watchIgnoreFiles = [ "\\.foo$", "\\.boo$" ] ``` The above is is a list of Reqular Expressions, but note the escaping of the `\` to make TOML happy. Fixes #1189 |
||
---|---|---|
.. | ||
content_directory_test.go | ||
file.go | ||
file_test.go | ||
filesystem.go | ||
filesystem_test.go | ||
filesystem_unix_test.go | ||
filesystem_windows_test.go | ||
inmemory.go |