From 97339fc79c74869efef9859b71d7f42518d0dbd3 Mon Sep 17 00:00:00 2001 From: Andrey Limasov Date: Tue, 2 Jun 2026 08:33:12 +0300 Subject: [PATCH] Add .gitattributes for consistent LF line endings --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..875352a --- /dev/null +++ b/.gitattributes @@ -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