From 9946f43792b5b739e8d298fd386eae0734f7f340 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 13 Apr 2017 05:26:05 -0700 Subject: [PATCH] Add gitattributes file Used by composer to ignore tests and other development files in the distribution of a release. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f54a231 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/composer.lock export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore