From 8a5f53221babfc010fa8f2e11f149be277aa28cf Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 22 Oct 2024 18:58:40 +0200 Subject: [PATCH] Add tools/ and .neon to the .gitattributes (#21) And reorder the list --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5536758..61e3d4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ /.github export-ignore /tests export-ignore +/tools export-ignore .gitattributes export-ignore .gitignore export-ignore +.neon export-ignore .php-cs-fixer.dist.php export-ignore phpstan.neon.dist export-ignore phpunit.xml.dist export-ignore