From 7a2bd22e1b3e0a57fca9e83aa2207c05288babe2 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Mon, 10 Jan 2022 08:14:57 -0600 Subject: [PATCH] Ignore Hugo build lock file (#482) (#483) --- .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