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)
Fri, Apr 19, 7:51 PM
Unknown Object (File)
Wed, Apr 10, 5:51 AM
Unknown Object (File)
Jan 26 2024, 3:34 PM
Unknown Object (File)
Dec 31 2023, 10:22 AM
Unknown Object (File)
Dec 22 2023, 11:15 PM
Unknown Object (File)
Oct 24 2023, 8:42 AM
Unknown Object (File)
Aug 26 2023, 2:52 AM
Unknown Object (File)
Jun 29 2023, 1:26 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.