anxin-ruoyi/.gitattributes

17 lines
344 B
Plaintext
Raw Permalink 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.

# 强制使用 LFUnix 换行)
*.sh text eol=lf
*.bash text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
*.sql text eol=lf
*.conf text eol=lf
*.cnf text eol=lf
Dockerfile text eol=lf
.dockerignore text eol=lf
.gitignore text eol=lf
*.md text eol=lf
# Windows 批处理文件用 CRLF
*.bat text eol=crlf
*.cmd text eol=crlf