From a2a1f2a22db7c2e53275359fb5f8d6c0dd15d8d6 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 09 八月 2024 16:25:58 +0800 Subject: [PATCH] update --- .gitignore | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5896b36..9f3dc56 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,15 @@ .vscode/ logs/ upload/ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* -- Gitblit v1.9.2