From 0dba253d2d239e64bb0cc369a61c9d7f44553138 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 12 Jan 2021 09:29:53 +0000 Subject: [PATCH] Add phpstan.neon.dist to .gitattributes export-ignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5d13ab73..02e43648 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ /doc export-ignore /tests export-ignore /.* export-ignore +/phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore /UPGRADE.md