publish .gitattributes

This commit is contained in:
brockdarnold 2026-06-14 07:50:26 +00:00
parent 5e55bcbcf7
commit d2db014bfd

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
# Treat everything as binary so Git never rewrites line endings on Windows
# checkout. Without this, autocrlf can mark tracked files "modified" and break
# `git pull` / updates. PowerShell + Python both read LF fine.
* -text