From 4c86c48f18a707e451c4dfffe87f3710b2052be6 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 22 Oct 2024 18:59:02 +0200 Subject: [PATCH] Add tools/ and .neon to the .gitattributes (#41) 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