From fe16d51fe4b587c43a8f475bbe74b3a1d7e9d947 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 1b2cf07..16cbc67 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