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