From 0b4090f9e94271c559d51990603f8f92f62114cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Mon, 25 May 2026 00:33:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=90=91gitignore=E6=B7=BB=E5=8A=A0.t?= =?UTF-8?q?rae=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略.trae临时配置目录,避免将其提交到代码仓库 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c67c08..57629f6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ unpackage/ package-lock.json .idea +.trae \ No newline at end of file