From b7c4560ba3ef31a1771d21f016f1f8e8251d9124 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Mon, 30 Sep 2024 15:25:51 +0300 Subject: [PATCH] fix: Remove DOM diff export from shipped files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 58612b6959f..240f3dadb36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,4 @@ phpdoc.dist.xml export-ignore phpstan.neon export-ignore phpunit.xml export-ignore +/src/**/kiota-dom-export.txt export-ignore