From 45f9c02b225894c0b9b06eadcd8512d64938f24a Mon Sep 17 00:00:00 2001 From: Maximilian Kresse <545671+maximiliankresse@users.noreply.github.com> Date: Thu, 27 Aug 2020 10:02:16 +0200 Subject: [PATCH] Added phpcs.xml and phpstan.neon to export-ignore list --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 122893e..7cf06d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,5 @@ /.travis.yml export-ignore /composer.lock export-ignore /phpunit.xml export-ignore +/phpcs.xml export-ignore +/phpstan.neon export-ignore