為 LF 行尾新增 .gitattributes 20250612

This commit is contained in:
allen.yan 2025-06-12 10:57:07 +08:00
parent 8a52873788
commit fa7f69e71e

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.env text eol=lf
Dockerfile text eol=lf