From b242d449203d4412de50871e787adc80dceaa599 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Fri, 3 Nov 2023 14:56:48 +0100 Subject: [PATCH] PNG, JPG, and GIF files no longer messed up by line endings when committing --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8898e35..73e5f04 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,7 @@ Makefile export-ignore wp-cli.yml export-ignore * text eol=lf +*.png -text +*.jpg -text +*.jpeg -text +*.gif -text