3.24 将输出文件夹细分

This commit is contained in:
zhangsan 2025-03-24 16:45:33 +08:00
parent 0ce5a23511
commit 47c5d0a6d9

View File

@ -123,6 +123,8 @@ git remote add origin http://xxx
**添加文件并提交**
注意,写一个.gitignore文件将output排除版本控制
```text
git add .
git commit -m "Initial commit"