diff --git a/.gitattributes b/.gitattributes index d7b12d0e..2fe9b51b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,16 @@ # 自动检测文本文件并统一换行符 -* text=auto eol=crlf +# * text=auto eol=crlf # 源代码文件 - 强制 CRLF -*.cpp text eol=crlf -*.h text eol=crlf -*.hpp text eol=crlf -*.c text eol=crlf -*.ui text eol=crlf -*.qrc text eol=crlf -*.pro text eol=crlf -*.pri text eol=crlf -*.qss text eol=crlf +# *.cpp text eol=crlf +# *.h text eol=crlf +# *.hpp text eol=crlf +# *.c text eol=crlf +# *.ui text eol=crlf +# *.qrc text eol=crlf +# *.pro text eol=crlf +# *.pri text eol=crlf +# *.qss text eol=crlf # 配置文件 *.json text eol=crlf diff --git a/.gitignore b/.gitignore index 6dd64bcc..b5405151 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,5 @@ CLAUDE.md *.pdf **/Publish -**/TestData +**/TestData* *.log