From fc93ab6e4c8f5e4f04a6a180fe493ad458102d42 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:36:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=B7=BB=E5=8A=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=96=87=E4=BB=B6=E6=8E=92=E9=99=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=88=B0=20deepsource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 排除 **/*.Tests.cs 模式 - 排除 **/*Test.cs 模式 - 排除 **/tests/** 目录 - 排除 **/*Tests.cs 模式 - 排除 **/Tests/** 目录 --- deepsource.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deepsource.toml diff --git a/deepsource.toml b/deepsource.toml new file mode 100644 index 0000000..086870a --- /dev/null +++ b/deepsource.toml @@ -0,0 +1,5 @@ +**/*.Tests.cs +**/*Test.cs +**/tests/** +**/*Tests.cs +**/Tests/** \ No newline at end of file