From 49034a174da199c56fa132973b99a6b06cd5b4a4 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期一, 23 十二月 2024 17:05:29 +0800 Subject: [PATCH] 修改sql --- .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