From 76e108240beee2c33023044e6d7b8d195bb95c42 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Apr 2026 10:29:27 +0800 Subject: [PATCH] =?UTF-8?q?Initial=20commit:=20=E9=A1=B9=E7=9B=AE=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 27 +++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a6e636 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Java +target/ +*.class +*.jar +*.war +*.ear +.gradle/ +build/ + +# IDE +.idea/ +*.iml +.vscode/ +.settings/ +.project +.classpath + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log + +# Temp files +*.tmp +*.bak diff --git a/README.md b/README.md new file mode 100644 index 0000000..a31daa7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# 未命名 +