update ignored files
hugo tries to update website looping through temp files produced when ffmpeg uses 2 passes
This commit is contained in:
parent
c6fa6b7cd6
commit
c4cf384f94
1 changed files with 2 additions and 0 deletions
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue