From cbfeb4743f84b263e228fc85c0ca453153c8a30f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 22 Mar 2024 14:45:19 +0100 Subject: [PATCH] Ignore build directory --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ceae238..36296ef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ /.phive export-ignore /.php-cs-fixer.dist.php export-ignore /.psalm export-ignore +/build export-ignore /build.xml export-ignore /phpunit.xml export-ignore /tests export-ignore