From a1c8b0f978049b52d6243f301f35a37eb0b4b7f8 Mon Sep 17 00:00:00 2001 From: huangpeng <1764183241@qq.com> Date: Mon, 8 Sep 2025 14:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9154f4c..942ffac 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ # Mobile Tools for Java (J2ME) .mtj.tmp/ +.idea/ +target/ # Package Files # *.jar @@ -20,6 +22,7 @@ *.tar.gz *.rar + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid*