From 17d6a920c0f0b3a14db536fd1f7f5d3431cc048a Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 15 五月 2024 09:03:37 +0800 Subject: [PATCH] 新增风险评估记录 --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a4af05a..a52c9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ pids *.pid *.seed +.idea # Directory for instrumented libs generated by jscoverage/JSCover lib-cov @@ -26,3 +27,5 @@ # Users Environment Variables .lock-wscript + +dist \ No newline at end of file -- Gitblit v1.9.2