Add .gitattributes

This commit is contained in:
fraxle
2026-05-20 16:01:06 +01:00
parent 2b78384dd0
commit 50838e8b0e
+14
View File
@@ -0,0 +1,14 @@
# Normalise all text files to LF on commit
* text=auto eol=lf
# Explicitly mark binary files - never touch line endings
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.webp binary