From 8a5d9690262bc23abd8403b2269b357a9bdbbf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller=20Schr=C3=B8der?= Date: Wed, 28 Oct 2020 15:51:32 +0100 Subject: [PATCH] Remove tests and others from distribution Lets not ship all tests, test bpmn files, xsd, ci settings and other development files in a distribution build. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ef143a37 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.circleci export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs export-ignore +/check_coverage.php export-ignore +/phpunit.xml export-ignore +/docs export-ignore +/tests export-ignore