From 5c78a939bd463346a4bedf664bf131477d57b042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 30 Mar 2023 18:19:50 +0300 Subject: [PATCH] Setup .gitattributes file This is to exclude unrelated files for installation --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c151434 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.* export-ignore +/phpunit.xml export-ignore +/tests export-ignore