更新 .gitattributes 文件,添加 webui/dist/** 为二进制文件

This commit is contained in:
墨梓柒
2025-11-21 18:39:39 +08:00
parent 7b26301ffe
commit b0a22011a4

1
.gitattributes vendored
View File

@@ -1,2 +1,3 @@
*.bat text eol=crlf
*.cmd text eol=crlf
webui/dist/** binary