chore: .gitattributes 标记 DLL 为二进制文件
This commit is contained in:
+8
-6
@@ -1,7 +1,9 @@
|
|||||||
# 全部使用 LF 换行,仓库内外一致,不随系统自动转换
|
# 引擎 DLL 是二进制文件,禁止行尾转换
|
||||||
* text eol=lf
|
engines/release/*.dll binary
|
||||||
|
|
||||||
# 二进制文件不转换
|
# Python 源码使用 LF
|
||||||
*.png binary
|
*.py text eol=lf
|
||||||
*.jpg binary
|
|
||||||
*.ico binary
|
# Makefile 使用 LF
|
||||||
|
Makefile text eol=lf
|
||||||
|
*.mk text eol=lf
|
||||||
|
|||||||
Reference in New Issue
Block a user