mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 14:25:45 +01:00
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)
16 lines
311 B
Text
16 lines
311 B
Text
/* export-ignore
|
|
|
|
# Project files
|
|
/README.md -export-ignore
|
|
/composer.json -export-ignore
|
|
/aliases.php -export-ignore
|
|
/data -export-ignore
|
|
/src -export-ignore
|
|
|
|
# SBOM information
|
|
/LICENSE -export-ignore
|
|
/LICENSES -export-ignore
|
|
/REUSE.toml -export-ignore
|
|
|
|
# Simplify diffs
|
|
src/Mixins/** linguist-generated=true
|