From 6a6d3cf9e3c0024e8fe4d3579ee6f7c572fb47e7 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Thu, 29 Feb 2024 11:41:35 +0100 Subject: [PATCH] added export ignore --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index bf85d2fd1..3810ababe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,5 @@ /docker-compose.yml /tests export-ignore /tools export-ignore + +/phpstan.dist.neon export-ignore