commit b8bb30f29f3260edfdf833177d5c2b67c642cfaa Author: root Date: Tue Jun 30 15:42:56 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..aa8500e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# test应用测试1 + +暂无描述 \ No newline at end of file