统一各项目运行时目录结构
D:\XPData ├── DataBase\ # SQLite 数据库,例如 XP.db ├── DetectorImages\ # 探测器采集图像 ├── Logs\ # Serilog 运行日志 ├── Dump\ # 异常 Dump 文件 ├── Report\ # 报告输出目录 ├── Plan\ # 工艺 / CNC / 检测程序数据 ├── Tools\ # 工具相关数据 └── Data\ # 其他运行数据
This commit is contained in:
@@ -68,5 +68,8 @@ XplorePlane/data/
|
||||
XplorePlane.Tests/bin_codex/
|
||||
|
||||
DataBase/XP.db
|
||||
DetectorImages/
|
||||
Dump/
|
||||
Report/
|
||||
XplorePlane.Tests/TestResults/
|
||||
ReleaseFiles/win-x64/
|
||||
|
||||
Reference in New Issue
Block a user