From ac636aeb21edebffc6f744bf966187ab21601d75 Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 8 Feb 2026 14:18:26 +0000 Subject: [PATCH] misc: add .hugo_build.lock to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fd24942..623a515 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ _gen *.njsproj *.sln *.sw? + +.hugo_build.lock