From 204ebcf17f15a8350e1badba52d0ff5faba753d4 Mon Sep 17 00:00:00 2001 From: tg666 Date: Wed, 30 Nov 2022 00:07:40 +0100 Subject: [PATCH] `Makefile` is excluded from an export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2a2c9d5..2600fb4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,6 @@ .php-cs-fixer.dist.php export-ignore docker-compose.yml export-ignore Dockerfile export-ignore +Makefile export-ignore phpstan.neon export-ignore tests export-ignore