also ignore .knit.md and .utf8.md (the intermediate md files when knitting .Rmd files)
authorYihui Xie <xie@yihui.name>
Thu, 8 Oct 2020 04:10:45 +0000 (23:10 -0500)
committerYihui Xie <xie@yihui.name>
Thu, 8 Oct 2020 04:10:45 +0000 (23:10 -0500)
exampleSite/config.toml

index 4ae831ab8f1390103ce5c8cdea60880273ebae95..0acb2bcc9f11f835080d90e5420096fb4ab03d44 100644 (file)
@@ -4,7 +4,7 @@ title = "A minimal Hugo website"
 theme = "hugo-xmin"
 googleAnalytics = ""
 disqusShortname = ""
-ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
 footnotereturnlinkcontents = "↩"
 
 [permalinks]