From 9c1bc6836f11cdbc1ed2555505f4cf9fd451dc90 Mon Sep 17 00:00:00 2001 From: arian Date: Fri, 9 Feb 2024 18:06:31 +0100 Subject: [PATCH] added "public/" to gitignore this will be the output directory of HUGO --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a8645f..c4b387a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .hugo_build.lock +public/