From d8b724701dde52a17daf9874e8bbcf2a64ac7d7a Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 18 Oct 2025 01:43:15 +0200 Subject: feat: initial commit --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes (limited to '.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