From 2edfb55e7047ddb036db59fa4e907590169ed4f4 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 19 Sep 2019 12:42:21 +0200 Subject: [PATCH] Do not exclude tests directory from releases Some of the code in there is package public See https://github.com/DataValues/Common/blob/master/composer.json#L47 --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index dcd303f..3f150e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,3 @@ composer.json export-ignore phpcs.xml export-ignore phpunit.xml.dist export-ignore -tests export-ignore