mirror of https://gitee.com/dotnetchina/Furion.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.8 KiB
C#
31 lines
1.8 KiB
C#
# 源码目录说明
|
|
|
|
`├──` **`.gitee`** — `Gitee` 平台配置<br>
|
|
`├──` **`assets`** — 仓库静态资源<br>
|
|
`├──` **`clients`** — 客户端工具目录<br>
|
|
`├──` **`framework`** — `Furion` 框架源码<br>
|
|
`├──` **`references`** — `Furion` API 源码<br>
|
|
`├──` **`samples`** — `Furion` 框架演示例子<br>
|
|
`├──` **`schemas`** — `Furion` 配置文件 `JSON Schema`<br>
|
|
`├──` **`snks`** — `Furion` 强签名密钥目录<br>
|
|
`├──` **`templates`** — `Furion` 脚手架源码<br>
|
|
`├──` **`tests`** — `Furion` 单元测试源码<br>
|
|
`├──` **`tools`** — `Furion.Tools` 命令行工具开发源码<br>
|
|
`├──` **`.gitattributes`** — `Github` 和 `Gitee` 仓库配置<br>
|
|
`├──` **`.gitignore`** — `Github` 和 `Gitee` 仓库忽略目录/文件配置<br>
|
|
`├──` **`BRANCH_MANAGEMENT.md`** — 分支管理文档<br>
|
|
`├──` **`CHANGELOG.md`** — `Furion` 更新日志<br>
|
|
`├──` **`CODE_OF_CONDUCT.md`** — 行为准则<br>
|
|
`├──` **`CONTRIBUTING.md`** — 贡献指南<br>
|
|
`├──` **`COPYRIGHT.md`** — 版权信息说明<br>
|
|
`├──` **`DEVELOPMENT_SETUP.md`** — 开发环境配置文档<br>
|
|
`├──` **`DISCLAIMER.md`** — 免责声明<br>
|
|
`├──` **`Dockerfile`** — `Furion` 演示例子 `samples` 的 `Docker` 构建文件<br>
|
|
`├──` **`LICENSE-APACHE`** — `Furion` Apache-2.0 开源协议<br>
|
|
`├──` **`LICENSE-MIT`** — `Furion` 仓库 MIT 开源协议<br>
|
|
`├──` **`README.md`** — `Furion` 国际版仓库介绍<br>
|
|
`├──` **`README.zh.md`** — `Furion` 中国版仓库介绍<br>
|
|
`├──` **`nuget-push.ps1`** — 自动发布到 `NuGet` 平台脚本<br>
|
|
`├──` **`SECURITY.md`** — 安全政策<br>
|
|
`├──` **`TESTING_GUIDE.md`** — 测试指南<br>
|