From 4dc7efab295370b995ea0a266352c7272be5ad91 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Tue, 20 Jun 2023 12:38:20 +0200 Subject: [PATCH] Hide diffs for .po files by default (#6168) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5857211e3..275f5a95e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,7 @@ # include commit/tag information in `.git_archive_info.txt` when packing with git-archive .git_archive_info.txt export-subst + +# hide diffs for .po files by default +# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github +*.po linguist-generated