From 5868dd7e68a140b25b6d23f64e223fc210827ae7 Mon Sep 17 00:00:00 2001 From: wangbo Date: Wed, 13 May 2026 21:06:47 +0800 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20=E6=9B=B4=E6=96=B0=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 apps/api/data/ 目录到忽略列表 - 移除多余的换行符以优化文件格式 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 35c0196..07fe8ad 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,10 @@ node_modules/ apps/api/bin/ apps/api/tmp/ +apps/api/data/ coverage/ .idea .gitignore +