From 026ff2f3452a27624ee9e7cb7f83bce4d56049de Mon Sep 17 00:00:00 2001 From: OswinWu Date: Wed, 31 Jul 2024 16:50:19 +0800 Subject: [PATCH] feat: ignore npm build dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b2cf071..16cbc672 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ upload *.db build *.db-journal -logs \ No newline at end of file +logs +web/dist \ No newline at end of file