From 50d609bcc26e6f7b93debe68c000dbd746381f39 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Tue, 31 Mar 2020 08:20:32 +0200 Subject: [PATCH] Only export src/, README.md and LICENSE --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2491398 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/ci/ export-ignore +/docs/ export-ignore +/test/ export-ignore +/.gitignore export-ignore +/.gitlab-ci.yml export-ignore +/composer.lock export-ignore +/phpunit.xml export-ignore