🙈 Add .hugo_build.lock to gitignore

This commit is contained in:
James Panther 2021-11-04 18:26:59 +11:00
parent 7b295fb74c
commit 2393d7cc66
No known key found for this signature in database
GPG Key ID: D36F789E45745D17

1
.gitignore vendored
View File

@ -135,6 +135,7 @@ dist
# Generated files by hugo # Generated files by hugo
/public/ /public/
/resources/_gen/ /resources/_gen/
.hugo_build.lock
# Executable may be added to repository # Executable may be added to repository
hugo.exe hugo.exe