respect-validation/.gitattributes
Alexandre Gomes Gaigalas 5f25627e61 Update .gitattributes
- Follows up on the rename from library/ to src/
 - Includes required files for proper SBOM
 - Don't show diffs for generated files
 - Include aliases.php
2026-02-03 16:22:40 +00:00

16 lines
No EOL
303 B
Text

/* export-ignore
# Project files
/README.md -export-ignore
/composer.json -export-ignore
/aliases.php -export
/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