🙈 Add .hugo_build.lock to gitignore

Hugo 0.89.0 creates a new `.hugo_build.lock` lock file
when building the site.
Ref: https://github.com/gohugoio/hugo/releases/tag/v0.89.0
This commit is contained in:
James Panther
2021-11-03 16:19:12 +11:00
parent d156d83a7c
commit ebe8b9a430
+3
View File
@@ -137,6 +137,9 @@ hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
.hugo_build.lock
# End of https://www.toptal.com/developers/gitignore/api/hugo
exampleSite/public/