From 2f38e3b4b525b98dd52d0ec8d1222e817e38ca82 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 28 Oct 2024 15:56:41 -0600 Subject: [PATCH] ignore catalog-info.yml in release artifacts --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ef0a010a..958be6b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,4 +25,5 @@ /package.json export-ignore /phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore -/README.md export-ignore \ No newline at end of file +/README.md export-ignore +/catalog-info.yml export-ignore \ No newline at end of file