17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
# 仓库内文本统一以 LF 存储,避免 Windows/WSL 混用产生全量行尾差异。
|
|
# 行尾差异会淹没真实改动,也会让 gitea.env 之类的配置在 bash 中带上 \r,
|
|
# 导致读取到的 URL 和令牌被截断。
|
|
* text=auto eol=lf
|
|
|
|
*.py text eol=lf
|
|
*.md text eol=lf
|
|
*.json text eol=lf
|
|
*.ps1 text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.zip binary
|
|
*.har binary
|