Page MenuHomeFreeBSD

Ignore .hugo_build.lock in .gitignore
ClosedPublic

Authored by minsoochoo0122_proton.me on Nov 21 2021, 6:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 8:33 PM
Unknown Object (File)
Thu, Apr 9, 11:32 AM
Unknown Object (File)
Tue, Apr 7, 9:12 PM
Unknown Object (File)
Mon, Apr 6, 4:11 AM
Unknown Object (File)
Mar 18 2026, 2:39 PM
Unknown Object (File)
Feb 26 2026, 12:44 PM
Unknown Object (File)
Jan 25 2026, 7:41 PM
Unknown Object (File)
Dec 28 2025, 10:23 PM
Subscribers
None

Details

Summary

Reference
.hugo_build.lock file is an empty file that hugo uses when it build projects. Currently, there is .hugo_build.lock in documentation/ but not in website/, but that does not cause any problem. However, because .hugo_build.lock appears as changed file on git, it is better to ignore it.

Test Plan

make
make run-local

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 21 2021, 9:08 PM
This revision was automatically updated to reflect the committed changes.