Files
gemini-banlancer/.gitattributes
2025-11-20 16:34:53 +08:00

29 lines
576 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 换行
* text=auto eol=lf
# 文本文件强制 LF
*.go text eol=lf
*.js text eol=lf
*.css text eol=lf
*.html text eol=lf
*.json text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf
Dockerfile text eol=lf
Makefile text eol=lf
go.mod text eol=lf
go.sum text eol=lf
# Windows 特定文件用 CRLF
*.bat text eol=crlf
# 二进制文件
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.wasm binary