From 61682ff0ff1e36f18d322fc3fe576a89fbd9c963 Mon Sep 17 00:00:00 2001 From: vladyslavstartsev <17382248+vladyslavstartsev@users.noreply.github.com> Date: Fri, 19 Jun 2020 01:57:56 +0300 Subject: [PATCH] remove (from publishing) files that are not needed for end user --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 08595f1..8dc1a70 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,8 +2,16 @@ /.gitignore export-ignore /.scrutinizer.yml export-ignore /.travis.yml export-ignore +/composer-require-config.json export-ignore /composer.lock export-ignore -/examples/ export-ignore /phpmd.xml.dist export-ignore /phpunit.xml.dist export-ignore +/Makefile export-ignore +/phive.xml export-ignore +/phpcs.xml.dist export-ignore +/phpstan.neon export-ignore +/psalm.xml export-ignore /tests/ export-ignore +/examples/ export-ignore +/.dependabot/ export-ignore +/.github/ export-ignore