From dbb40c3b9190844a3f6bd9cbc04c8b000fb44168 Mon Sep 17 00:00:00 2001 From: lyg <1543117173@qq.com> Date: 星期日, 09 六月 2024 16:05:26 +0800 Subject: [PATCH] 修复线程数错误 --- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index ad37229..e221ade 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules **/*.xlsx -downloads \ No newline at end of file +downloads +**/*.log +logs \ No newline at end of file -- Gitblit v1.9.1