Skip to content

Commit ddb5ef6

Browse files
committed
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)
1 parent 5a11466 commit ddb5ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Project files
44
/README.md -export-ignore
55
/composer.json -export-ignore
6-
/aliases.php -export
6+
/aliases.php -export-ignore
77
/data -export-ignore
88
/src -export-ignore
99

@@ -13,4 +13,4 @@
1313
/REUSE.toml -export-ignore
1414

1515
# Simplify diffs
16-
src/Mixins/** linguist-generated=true
16+
src/Mixins/** linguist-generated=true

0 commit comments

Comments
 (0)