From 332fa7c4ff25582e9ef6e6b8ded06ac26c5a6fc2 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 29 Jul 2023 18:15:20 +0200 Subject: [PATCH 1/2] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index aeb2402956..067a50381e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,5 @@ build.properties.dev export-ignore build.xml export-ignore /phpunit.xml.dist export-ignore /phpcs.xml.dist export-ignore +/phpstan.neon.dist export-ignore composer.lock export-ignore From 602222b59547c491c1cadd6de155afd141ea74b3 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 29 Jul 2023 18:26:28 +0200 Subject: [PATCH 2/2] Add sh to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 067a50381e..ae23b42520 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,5 @@ build.xml export-ignore /phpcs.xml.dist export-ignore /phpstan.neon.dist export-ignore composer.lock export-ignore +/download-box.sh export-ignore +/build-phar.sh export-ignore