From ff666b1ece4719c67c2d3afbdfdb3aaf34193d83 Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 11 May 2026 00:46:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20.gitignor?= =?UTF-8?q?e=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .idea 目录到忽略列表 - 添加 .gitignore 文件自身到忽略列表 - 保持现有忽略规则不变 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 54811f2..35c0196 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ apps/api/bin/ apps/api/tmp/ coverage/ + +.idea +.gitignore