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)
Mon, Jul 13, 10:47 PM
Unknown Object (File)
Fri, Jul 10, 11:23 PM
Unknown Object (File)
Thu, Jul 9, 12:09 AM
Unknown Object (File)
Sat, Jul 4, 3:58 AM
Unknown Object (File)
Sat, Jun 27, 12:52 AM
Unknown Object (File)
May 25 2026, 10:05 AM
Unknown Object (File)
May 25 2026, 10:02 AM
Unknown Object (File)
May 24 2026, 10:37 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.