From 85b4b41357d8e2a804b49a2924b14fd497149203 Mon Sep 17 00:00:00 2001 From: ToshY <31921460+ToshY@users.noreply.github.com> Date: Sun, 12 May 2024 13:00:35 +0200 Subject: [PATCH] fixed gitattributes ignore renamed docker compose config file --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7d45a33..068f52f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ /.gitattributes export-ignore /.gitignore export-ignore /.php-cs-fixer.dist.php export-ignore -/docker-compose.yml export-ignore +/compose.yaml export-ignore /Dockerfile export-ignore /grumphp.yml export-ignore /mkdocs.yml export-ignore