Add .gitattributes for consistent line endings

This commit is contained in:
Grant 2026-05-03 22:22:51 +00:00
parent 9b03548533
commit 31ddc2c7eb

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# Ensure consistent line endings across Windows and Linux
* text=auto
*.py text eol=lf
*.sh text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.xml text eol=lf
Dockerfile text eol=lf