From ddb5ef6605977e3ea367e0c52be958901b16f14b Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Mon, 9 Feb 2026 15:33:20 +0100 Subject: [PATCH] Export aliases.php in package Previously aliases.php was incorrectly excluded from the package export due to improper gitattributes configuration. This change ensures aliases.php is included in the distributed package by using the correct -export-ignore syntax. Assisted-by: OpenCode (ollama-cloud/glm-4.7) --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 64d37849..c70d4482 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,7 @@ # Project files /README.md -export-ignore /composer.json -export-ignore -/aliases.php -export +/aliases.php -export-ignore /data -export-ignore /src -export-ignore @@ -13,4 +13,4 @@ /REUSE.toml -export-ignore # Simplify diffs -src/Mixins/** linguist-generated=true \ No newline at end of file +src/Mixins/** linguist-generated=true