# 文本默认 LF，避免 Windows / Unix 换行符抖动
* text=auto eol=lf

# Python 源码强制 LF
*.py text eol=lf
*.pyi text eol=lf

# 配置与文档
*.toml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.cfg text eol=lf
*.ini text eol=lf

# Lua 文件（FiveM 源码）
*.lua text eol=lf

# Windows 批处理强制 CRLF
*.bat text eol=crlf
*.cmd text eol=crlf

# 二进制：禁止 git 干预
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.db binary
*.sqlite binary
*.sqlite3 binary
*.lance binary
