From b5cc240e998cff206a8910676cd280babe28f8db Mon Sep 17 00:00:00 2001 From: particleflux Date: Sat, 30 Oct 2021 01:13:23 +0200 Subject: [PATCH] Ignore phpstan config and .github dir on export --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index f185726..2e44953 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ .circleci export-ignore .gitattributes export-ignore +.github export-ignore .gitignore export-ignore phpcs.xml export-ignore phpmd.xml export-ignore +phpstan.neon export-ignore phpunit.xml export-ignore tests export-ignore