From 3b6f902848b493380268a8d84f55ca3bb42699a1 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 16 Oct 2018 07:27:51 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9D=84=EF=B8=8F=20Exclude=20tests=20from=20b?= =?UTF-8?q?eing=20installed=20with=20--prefer-dist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolves #29 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d3814e..77c9ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ composer.phar tests/composer.phar tests/vendor/* -vendor/ \ No newline at end of file +vendor/ + +/tests export-ignore +.travis.yml export-ignore +phpunit.xml export-ignore \ No newline at end of file