Files
Axi_Omron/.gitattributes
yunxiao.zhu 49f113dcf3 feat: 初始化 PCB 检测 WPF 应用程序
* 创建 AxiOmron.PcbCheck 项目主框架及解决方案
* 添加 Dashboard 和系统设置页面
* 实现 Modbus TCP PLC、扫码枪、SFTP 查询等核心服务
* 集成 Andon 报警、工作流托管服务与日志配置
* 补充项目文档和 UI 设计规范
2026-04-17 10:43:51 +08:00

20 lines
409 B
Plaintext

# 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