From 5fc2d8d5b8b494ecbd4a3bbca00efe20ca573047 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Sat, 9 Jan 2021 04:43:09 +0100 Subject: [PATCH] Add PHPStan config files to .gitattributes & .gitignore --- .gitattributes | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index cc7bcf4..97255fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,6 @@ /.gitattributes export-ignore /.gitignore export-ignore /.php_cs.dist export-ignore +/phpstan.neon.dist export-ignore +/phpstan-autoload.php export-ignore /phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index ed06034..59ad23d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ vendor/ .php_cs .php_cs.cache +# PHPStan +phpstan.neon + # PHPUnit .phpunit.result.cache phpunit.xml