From 3d6d988d78681902e34375626558d663c9b04100 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Wed, 13 Mar 2024 01:32:48 +0700 Subject: [PATCH] Update `.gitattributes` to `export-ignore` paths --- .gitattributes | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 41fa42d..63020a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,12 @@ -/build export-ignore -/examples export-ignore -/tests export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.php_cs.dist export-ignore -/build.xml export-ignore -/phive.xml export-ignore -/phpunit.xml export-ignore -/psalm.xml export-ignore +/.github export-ignore +/build export-ignore +/examples export-ignore +/tests export-ignore +/tools export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs.dist.php export-ignore +/build.xml export-ignore +/phive.xml export-ignore +/phpunit.xml export-ignore +/psalm.xml export-ignore