From a145ae6e521225978ba6eede9d9cad320166187d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 21 Jul 2022 02:46:45 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51f2146..e8b0edb 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,7 @@ node_modules/ .env # Ignore .DS_Store files (macOS) -.DS_Store \ No newline at end of file +.DS_Store + +# Ignore Hugo generated files +public/ \ No newline at end of file