From dae087350c59d973635bf71b93aa631f8bbc4bfb Mon Sep 17 00:00:00 2001 From: Eduardo Villalpando Mello Date: Tue, 25 Feb 2025 14:37:05 -0800 Subject: [PATCH] Hide .xlf files in PRs --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index be4c25d8..fdb930b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -46,3 +46,9 @@ # treat as binary ############################################################################### *.snk binary + +############################################################################### +# Set default behavior to: +# collapse these files in PRs +############################################################################### +*.xlf linguist-generated=true \ No newline at end of file