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
This commit is contained in:
Alexandre Gomes Gaigalas 2026-02-03 12:45:43 -03:00
commit 5f25627e61

18
.gitattributes vendored
View file

@ -1,6 +1,16 @@
/* export-ignore
/composer.json -export-ignore
/data -export-ignore
/library -export-ignore
/LICENSE -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