}

Hugo How to ignore watch files on the server

Created:

Hugo how to ignore files to watch on the server

When using hugo you can ignore files to watch on the server.

The following inside config.toml will ignore files ending with .foo and .boo.

watchIgnoreFiles = [ "\.foo$", "\.boo$" ] if(typeof __ez_fad_position != 'undefined'){__ez_fad_position('div-gpt-ad-tutorials_technology-medrectangle-3-0')};