From 47c5d0a6d93236c02c663e905b5d40f53f8cbcec Mon Sep 17 00:00:00 2001 From: zhangsan <646228430@qq.com> Date: Mon, 24 Mar 2025 16:45:33 +0800 Subject: [PATCH] =?UTF-8?q?3.24=20=E5=B0=86=E8=BE=93=E5=87=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E7=BB=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e15bbe..8c83469 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ git remote add origin http://xxx **添加文件并提交**: +注意,写一个.gitignore文件将output排除版本控制 + ```text git add . git commit -m "Initial commit"