From ef4dcc8a43b6b696744a40ca5a58f1318e1b182b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 May 2026 12:57:40 +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 | 3 +++ 2 files changed, 30 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..88154f2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 多智能体协作开发平台项目 + +基于当前产品进行研发实施等 \ No newline at end of file