From 8119c2bc426a6aeddf0f6646bd7403f966d65f35 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 22 Oct 2024 18:55:16 +0200 Subject: [PATCH] Add tools/ and .neon to the .gitattributes (#455) * Add tools/ and .neon to the .gitattributes * Reorder --- .gitattributes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4967fdb3..566a7d84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ -/.github export-ignore -/bin export-ignore -/tests export-ignore /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore +/.neon export-ignore /.php-cs-fixer.dist.php export-ignore +/bin export-ignore /phpstan.neon.dis export-ignore /phpunit.xml.dist export-ignore +/tests export-ignore +/tools export-ignore