Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-06-03 14:37:57 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-06-03 14:38:05 +0300
commitbed227886be3abacb7beb14c40b88139193114de (patch)
treecf4ef91ab7a80d82408782bd86bc8583cdefdbfc /.goxc.json
parentcc5d63c37ae0b7387864a81b4ae6e0fc2895f8a3 (diff)
Add configurable list to ignore files in server watch
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
Diffstat (limited to '.goxc.json')
0 files changed, 0 insertions, 0 deletions