From 86d0477aa12458e4d14031cf83215572951f0ef6 Mon Sep 17 00:00:00 2001 From: dsp Date: Mon, 14 Sep 2026 10:11:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20e2e=E6=8A=A5=E5=91=8AJSON=E5=88=97?= =?UTF-8?q?=E5=85=A5=E5=BF=BD=E7=95=A5(=E6=9C=AC=E5=9C=B0=E4=BA=A7?= =?UTF-8?q?=E7=89=A9=E4=B8=8D=E8=BF=9B=E4=BB=93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a1dde50..7afe6d3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ test_db.sqlite3 # ---- 运行时数据 ---- backend/media/ *.log +dsp/backend/tests/e2e/report.json # ---- 本地环境 ---- .env