From 602222b59547c491c1cadd6de155afd141ea74b3 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 29 Jul 2023 18:26:28 +0200 Subject: [PATCH] Add sh to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 067a50381..ae23b4252 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