From 0934be187d733a85cc4eb11aa74da6c62ea3556b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 May 2026 10:44:35 +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..febcadb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 商城管理系统 + +商城管理系统 \ No newline at end of file