From 428e924f05677a11d391afc35991801f7c04f1c7 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Thu, 19 Sep 2019 13:54:16 +0300 Subject: [PATCH] Exclude tests from composer packages --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 9cbc09b..87f3679 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ # Exclude files that don't need to be present in packages (so they're not downloaded by Composer) +/tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore /Robofile.php export-ignore