]> source.dussan.org Git - gitignore.git/commitdiff
Hugo: Add new .hugo_build.lock 3872/head
authorBenjamin Altpeter <acc-github@bn.al>
Tue, 2 Nov 2021 11:10:35 +0000 (11:10 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 11:10:35 +0000 (11:10 +0000)
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

community/Golang/Hugo.gitignore

index 37fa330e4fc32f1cd62b825c27ae30fd6d3a0ba2..996959a3c618d839e54e96b5c3024895c952bbc2 100644 (file)
@@ -6,3 +6,6 @@
 hugo.exe
 hugo.darwin
 hugo.linux
+
+# Temporary lock file while building
+/.hugo_build.lock