Files
sample/README.md
2025-08-05 14:56:38 +08:00

14 lines
367 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sample
仓库模板
## 目录设置
```
.
├── .gitignore // git配置文件配置提交时忽略的文件
├── README.md // 项目介绍
├── assets // 项目资料
└── prog // 烧录文件
└── proj // 代码文件
└── .gitignore // git配置文件配置提交时忽略的文件
```