From 598b5b58af2617a0e51949a69ddafb12b6fc04c5 Mon Sep 17 00:00:00 2001 From: jmsche Date: Fri, 6 Jan 2023 18:10:19 +0100 Subject: [PATCH] build: Add phpstan.neon file to .gitattributes (#136) Co-authored-by: jmsche --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8dd7158..7a72a82 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,5 +5,6 @@ /.github export-ignore /tests export-ignore Makefile export-ignore +phpstan.neon export-ignore phpstan-baseline.neon export-ignore phpunit.xml.dist export-ignore