From a2764932a6bb756b565f02fc559dd61144881b3c Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Thu, 30 Jan 2025 23:48:31 +0000 Subject: [PATCH] build(config): update gitignore with Hugo generated files --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 00d1bbf..9af3275 100644 --- a/.gitignore +++ b/.gitignore @@ -363,3 +363,6 @@ *.lnk # End of https://www.toptal.com/developers/gitignore/api/hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode,go + +public/ +.hugo_build.lock -- Gitblit v1.10.0