From fe9d77a32ed08c221bf251d3960caeeb1e00acd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller=20Schr=C3=B8der?= Date: Wed, 28 Oct 2020 15:55:47 +0100 Subject: [PATCH 1/3] Remove tests and others from distribution We don't want to ship test in distribution builds --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..13e12625 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/Doxyfile export-ignore +/phpunit.xml export-ignore +/tests export-ignore From 90c2815755154c2696c7632a29adbde22db4f1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller=20Schr=C3=B8der?= Date: Wed, 28 Oct 2020 15:57:08 +0100 Subject: [PATCH 2/3] remove composer lock --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48b8bf90..d1502b08 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vendor/ +composer.lock From 64c442c2cbd8c4f4e0021187be086cee101226be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller=20Schr=C3=B8der?= Date: Thu, 29 Oct 2020 06:33:14 +0100 Subject: [PATCH 3/3] Revert lock --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index d1502b08..48b8bf90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ vendor/ -composer.lock