From a4d4a7c8db6cbd2ca9e395fa2a194631db204a1a Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 10 五月 2024 16:12:04 +0800 Subject: [PATCH] 代码初始化 --- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index e7328c7..0a2bf7e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /dist .idea/ server/.idea/ -*.xml *.class target/ # Mobile Tools for Java (J2ME) @@ -15,6 +14,9 @@ *.war *.ear *.iml +/logs +*.log +*.zip # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -- Gitblit v1.9.3