mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
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
This commit is contained in:
parent
cdd9e946da
commit
14ef937214
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@
|
||||||
hugo.exe
|
hugo.exe
|
||||||
hugo.darwin
|
hugo.darwin
|
||||||
hugo.linux
|
hugo.linux
|
||||||
|
|
||||||
|
# Temporary lock file while building
|
||||||
|
/.hugo_build.lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue