From a1600ac80e84746f89a230f8f0004d0ed5c8869f Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 17 十一月 2023 16:39:02 +0800 Subject: [PATCH] update .gitignore --- .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