✨ feat: 初始化 PCB 检测 WPF 应用程序
* 创建 AxiOmron.PcbCheck 项目主框架及解决方案 * 添加 Dashboard 和系统设置页面 * 实现 Modbus TCP PLC、扫码枪、SFTP 查询等核心服务 * 集成 Andon 报警、工作流托管服务与日志配置 * 补充项目文档和 UI 设计规范
This commit is contained in:
19
.gitattributes
vendored
Normal file
19
.gitattributes
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Normalize all text files to LF
|
||||
# Normalize common .NET text files to CRLF
|
||||
*.cs text eol=crlf
|
||||
*.xaml text eol=crlf
|
||||
*.csproj text eol=crlf
|
||||
*.sln text eol=crlf
|
||||
*.config text eol=crlf
|
||||
*.json text eol=crlf
|
||||
*.md text eol=crlf
|
||||
*.pubxml text eol=crlf
|
||||
*.targets text eol=crlf
|
||||
*.props text eol=crlf
|
||||
*.tt text eol=crlf
|
||||
|
||||
# Default: leave unspecified types untouched
|
||||
* -text
|
||||
|
||||
# Do not normalize binary DLLs
|
||||
*.dll binary
|
||||
Reference in New Issue
Block a user