From 39798c2f7cd80e0fc136accbdab623259cd9c2b7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Sep 2026 10:29:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=A0=91=E5=92=8C=E6=9E=84=E5=BB=BA=E4=BA=A7?= =?UTF-8?q?=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1a2c63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.worktrees/ +node_modules/ +dist/ +.env +coverage/ +test-results/ +playwright-report/