From 7751eedfb9c0ed59762617e5a9c9ee12120a20b8 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:17:39 +0800 Subject: [PATCH] Ignore site output folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 49bdc751..f22fafeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store __Source node_modules -_site \ No newline at end of file +**/_site \ No newline at end of file