From e3241a8a2b867fb60cd63edd64744a1fbfae0d1d Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期三, 11 十二月 2024 17:14:30 +0800 Subject: [PATCH] 更改查询方式 --- .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