From 493bc2322f9ed1687fd3a75031a2f464d84d9245 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Thu, 6 Jan 2022 18:52:47 -0600 Subject: [PATCH] Ignore Hugo's 'new' build lock file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2adbe96..b455167 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ public/ resources/ themes/ +.hugo_build.lock -- 2.45.2