From 261256c4a9583534bf87938a766123eca7293461 Mon Sep 17 00:00:00 2001 From: vladyslavstartsev <17382248+vladyslavstartsev@users.noreply.github.com> Date: Fri, 19 Jun 2020 10:06:01 +0300 Subject: [PATCH] remove (from publishing) files that are not needed for end user --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index f54a231..8a48a9e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,15 @@ /.gitattributes export-ignore /.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/appveyor.yml export-ignore +/easy-coding-standard.neon export-ignore +/Makefile export-ignore +/phive.xml export-ignore +/phpcs.xml.dist export-ignore +/phpmd.xml.dist export-ignore +/phpstan.neon export-ignore +/psalm.xml export-ignore /composer.lock export-ignore /phpunit.xml.dist export-ignore /tests/ export-ignore