From fc620ee59705ba917943772ed562e8aef82964e3 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 14 Jan 2025 22:19:46 +0100 Subject: feat: add .gitattributes files [skip ci] --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2742e4d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto eol=lf + +# Older git versions try to fix line endings on images, this prevents it. +*.png binary +*.jpg binary +*.ico binary -- cgit v1.2.3