From 6065d24348636489a37b902e417b8402ea95beaa Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 6 Sep 2023 22:57:20 +0200 Subject: [PATCH] add hugo lock to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f4f7d78..91872fb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ *.doc *.docx public +.hugo_build.lock