From 7a2bd22e1b3e0a57fca9e83aa2207c05288babe2 Mon Sep 17 00:00:00 2001 From: Troy Lindsay <tlindsay42@users.noreply.github.com> Date: Mon, 10 Jan 2022 14:14:57 +0000 Subject: [PATCH] Ignore Hugo build lock file (#482) (#483) --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index bdfa006..f24606e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ /junit.xml partials/structure/stylesheet.html +# Hugo +.hugo_build.lock -- Gitblit v1.10.0