From b0373e3fb02cead28eb041cae453b03d754c3469 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Mon, 18 Oct 2021 12:56:50 +0200 Subject: [PATCH] Remove development resources from dist archive --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a710c45 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +phpunit.xml.dist export-ignore +tests/ export-ignore