From 973ae90a93904f166ad08b42c06786b552650ec7 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Fri, 1 Mar 2024 11:39:46 -0800 Subject: [PATCH] Exclude phpstan config from distribution --- .distignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.distignore b/.distignore index 543987b..19854e9 100644 --- a/.distignore +++ b/.distignore @@ -11,4 +11,5 @@ vendor/ composer.json composer.lock phpunit.xml.dist +phpstan.neon.dist README.md