From 0c53234051234059104798c0305dd949b221fd06 Mon Sep 17 00:00:00 2001 From: Danielle De Leo Date: Tue, 3 Dec 2024 15:44:30 -0500 Subject: [PATCH] Add Hugo build artifacts to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99919b6..d618488 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ node_modules/* resources/* # Local Netlify folder -.netlify \ No newline at end of file +.netlify + +.hugo_build.lock +public/* \ No newline at end of file