From a6bc887a45ef3b05572cd211990545f87c973aad Mon Sep 17 00:00:00 2001 From: wonder Date: Sun, 24 May 2026 14:19:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=EF=BC=8C=E5=BF=BD=E7=95=A5=E5=89=8D=E5=90=8E=E7=AB=AF=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 873f0cf..dc1f824 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,9 @@ # vendor/ # Frontend -**/node_modules/ \ No newline at end of file +**/node_modules/ +**/dist/ + +# Backend +backend/bin/ +backend/data/ \ No newline at end of file