From 6cb417a41402be2f6150a6137598cc97c2dd8ad6 Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Tue, 29 Oct 2024 12:03:18 +0100 Subject: [PATCH] Add .xsd to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4c8b49a05c..57710fdc2b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ * text=auto *.xml text diff=xml +*.xsd text diff=xml *.java text diff=java *.html text diff=html *.vm text