From c083e5bf1baaea6c7d683fea3ca20513b747a86e Mon Sep 17 00:00:00 2001 From: Xymanek Date: Thu, 14 Jul 2016 11:57:10 +0300 Subject: [PATCH] Removed tests (except for fixtures) from `git archive` Fixes #259 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d22dfde43..9bfa8f653 100644 --- a/.gitattributes +++ b/.gitattributes @@ -38,3 +38,6 @@ CONTRIBUTING.md export-ignore Makefile export-ignore phpunit.xml.dist export-ignore .travis.yml export-ignore +tests/test_app export-ignore +tests/TestCase export-ignore +tests/comparisons export-ignore