From abc18eae7b0f751cb6abed6bb9d8a61904219f0f Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:25:05 -0300 Subject: [PATCH] Ignore exampleSite public/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 305d231..6f93da2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .hugo_build.lock .DS_Store resources/ -todo.md \ No newline at end of file +todo.md +exampleSite/public/ \ No newline at end of file