From 6624d00fd9d0cc8478b93667fa5e57ca8b624c65 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Sun, 31 Jul 2022 14:42:43 +0300 Subject: [PATCH] Add .gitattributes, exclude tests from archive --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..80a4c289 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore