miniai/.gitattributes

21 lines
415 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 默认:自动识别文本文件,统一以 LF 入库,检出时也保持 LFWindows/WSL 行为一致)
* text=auto eol=lf
# Windows 批处理脚本必须使用 CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
# 二进制文件,禁止任何转换
*.exe binary
*.dll binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.xlsx binary
*.xls binary
*.db binary
*.duckdb binary