commit b026c5fb1a610a297ce7c2bdaf3b74b6de516c0f Author: root Date: Tue Jun 2 09:50:38 2026 +0800 Initial commit: 项目初始化 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..320c93b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 11 + +111 \ No newline at end of file