🗑️ remove(templates): drop unsupported Gitea CI templates

This commit is contained in:
csh
2026-07-22 17:43:47 +08:00
parent 67cab60a9f
commit ef1ea20f62
5 changed files with 2 additions and 316 deletions
+1 -2
View File
@@ -149,11 +149,10 @@ templates/
语言和 CI 配置模板,`install_mode = "snapshot"` 安装快照时会复制这些模板:
- `ci/gitea/`Gitea Actions 工作流与辅助脚本,部署到快照 `templates/ci/`
- `cpp/``.clang-format``.clangd``CMakeLists.txt` 等文件,部署到快照 `templates/cpp/`
- `python/``pyproject.toml``.editorconfig` 等文件,部署到快照 `templates/python/`
**使用方式**:这些模板保留在快照中供参考,需手动复制到项目根目录使用。其中 `ci/gitea/` 应按 `templates/ci/README.md` 的说明,整块复制 `.gitea/` 目录。
**使用方式**:这些模板保留在快照中供参考,需手动复制到项目根目录使用。
## 技术细节