respect-validation/.gitattributes
Henrique Moody ddb5ef6605
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)
2026-02-09 15:34:55 +01:00

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