From 7f3ac33aa2687ed9eb823efe7d8c7c99da0dccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 31 Aug 2025 16:21:14 +0200 Subject: [PATCH] Fix workflows in export-ignore --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index ebbb56e..aa9bfe4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -.gitattributes export-ignore -.gitignore export-ignore -.github/workflows/coding-standard-test.yml export-ignore -ecs-test.php export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.github/ export-ignore +ecs-test.php export-ignore