Add .gitattributes for consistent LF line endings

This commit is contained in:
2026-06-02 08:33:12 +03:00
parent 781439bbdb
commit 97339fc79c
+10
View File
@@ -0,0 +1,10 @@
# Normalize line endings to LF in the repository
* text=auto eol=lf
# Force binary files to not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary
*.zip binary
*.gz binary