From dd641ba65882953d5c042cd0e713c5d13ac36320 Mon Sep 17 00:00:00 2001 From: Mike Zukowsky Date: Tue, 25 Feb 2020 15:23:39 +0100 Subject: [PATCH] Remove unnecessary files from the dist package --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1cd643e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/test export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore