From 63b2fbccb9fccc31fddab580e7e501fba2ce009e Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Sat, 8 Jan 2022 13:11:18 -0600 Subject: [PATCH] Ignore Hugo build lock file (#482) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bdfa006..f24606e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ npm-debug.log /junit.xml partials/structure/stylesheet.html +# Hugo +.hugo_build.lock