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, May 25, 10:05 AM
Unknown Object (File)
Mon, May 25, 10:02 AM
Unknown Object (File)
Sun, May 24, 10:37 PM
Unknown Object (File)
Sun, May 24, 10:28 PM
Unknown Object (File)
Sun, May 17, 4:03 PM
Unknown Object (File)
Sun, May 17, 4:00 PM
Unknown Object (File)
Fri, May 15, 10:54 AM
Unknown Object (File)
Tue, May 12, 10:10 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.