update ignored files

hugo tries to update website looping through temp files produced when ffmpeg uses 2 passes
This commit is contained in:
Dominic Reich 2023-12-31 12:15:13 +01:00
parent c6fa6b7cd6
commit c4cf384f94
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -10,6 +10,8 @@ enableRobotsTXT = true
paginate = 10
summaryLength = 0
ignoreFiles = [ "\\.temp$" ]
# [permalinks]
# #post = '/:sections[last]/:year-:month-:day-:slug/'
# posts = '/:sections[last]/:year-:month-:day-:slug/'