From 2703f2a627f1d79d15520b3362a5f5b61868becc Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 12 May 2020 16:16:06 +0200 Subject: [PATCH 1/2] Clean up test suite --- phpunit.xml.dist | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 75fec35..5395aa6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,11 +1,6 @@ - + ./tests/ From 79bd84e7931e7a36064b3b7e3055ac421b99d9e1 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 12 May 2020 16:16:49 +0200 Subject: [PATCH 2/2] Add .gitattributes to exclude dev files from exports --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0925d33 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/examples/ export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore