From a75de5626149659db50b5db3049a26037f584d7f Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Thu, 7 Nov 2024 21:20:46 +0800 Subject: [PATCH] Disable diff for .po files in .gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 16e6c97920996..cdc8083b29d8f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,8 +24,8 @@ *.vcxproj -text # Generated translation text, don't mess with them. -*.mo -text -*.po -text +*.mo binary +*.po -text -diff *.pot -text # Treat images, archives, and font files as binary.