From bd9cf1a87d50cc7cb29118cc85f397a7ab7228e9 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期一, 16 十二月 2024 16:51:01 +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