From 989c7c2ace34409bf9f4d3b319ab1067c82cc187 Mon Sep 17 00:00:00 2001 From: iamvar Date: Tue, 30 Mar 2021 12:55:51 +0300 Subject: [PATCH] added gitattributes - exclude tests etc from archives --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4206b626 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/tests export-ignore +/phpunit.xml.dist export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs.dist export-ignore +/.travis.yml export-ignore