From 4baa68c74a3cfa00af18961e81bb298b73552bff Mon Sep 17 00:00:00 2001 From: Leilukin 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