From 7a46b34d1d9998e3324b63f69796ed484eb7e300 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 May 2026 14:22:07 +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 | 1 + 2 files changed, 28 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..c846954 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +简易豆包 \ No newline at end of file