From 537d7b6298a6cf4ff1ba9176be4d2d6f9102bc97 Mon Sep 17 00:00:00 2001 From: Steve G Date: Thu, 16 Nov 2023 07:48:18 +0100 Subject: [PATCH] Add file endings for schematron --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index f0ec409..7f461a7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,6 +22,8 @@ *.txt text *.xml text *.xsd text +*.svrl text +*.sch text *.kotlin text *.ceylon text *.scala text