From 4fe1aef95df60e00015c5217b2e0a08b34dd40fd Mon Sep 17 00:00:00 2001 From: Petr Levtonov Date: Sat, 4 Apr 2020 21:23:31 +0200 Subject: [PATCH] Fix export config --- .gitattributes | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 17e341a..0cbc126 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ /.gitignore export-ignore /.travis.yml export-ignore /coverage export-ignore -/php_cs.dist export-ignore +/.php_cs.dist export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore /tests export-ignore -/phan export-ignore +/.phan export-ignore diff --git a/composer.json b/composer.json index d453016..72e5572 100644 --- a/composer.json +++ b/composer.json @@ -71,11 +71,11 @@ "/.gitignore", "/.travis.yml", "/coverage", - "/php_cs.dist", + "/.php_cs.dist", "/phpstan.neon.dist", "/phpunit.xml.dist", "/tests", - "/phan" + "/.phan" ] }, "config": {