From 3a128beaaeca7799bf3c5279b3d3722dfa261f14 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 2 Jul 2024 14:00:44 +0300 Subject: [PATCH] Don't include the phpstan.neon.dist file in final releases --- .distignore | 1 + .gitattributes | 1 + 2 files changed, 2 insertions(+) diff --git a/.distignore b/.distignore index b582cf0..4f96e46 100644 --- a/.distignore +++ b/.distignore @@ -12,3 +12,4 @@ phpunit.xml.dist README.md composer.json composer.lock +phpstan.neon.dist diff --git a/.gitattributes b/.gitattributes index ba46b78..58a231c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,6 +19,7 @@ composer.lock export-ignore phpunit.xml.dist export-ignore /README.md export-ignore /tests export-ignore +phpstan.neon.dist export-ignore # # Auto detect text files and perform LF normalization