From: Benjamin Altpeter Date: Tue, 2 Nov 2021 11:10:35 +0000 (+0000) Subject: Hugo: Add new .hugo_build.lock X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=14ef93721432b85196b402ff9c438e41a28c96c2;p=gitignore.git Hugo: Add new .hugo_build.lock Version 0.89.0 of Hugo creates a new `.hugo_build.lock` lock file when building the site. The release notes suggest adding this to the `.gitignore`: https://github.com/gohugoio/hugo/releases/tag/v0.89.0 --- diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 37fa330e..996959a3 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -6,3 +6,6 @@ hugo.exe hugo.darwin hugo.linux + +# Temporary lock file while building +/.hugo_build.lock