From 5f25627e6164968bd02174bb3419a7cfdb9b5c99 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Tue, 3 Feb 2026 12:45:43 -0300 Subject: [PATCH] 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 --- .gitattributes | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 79538dc4..64d37849 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file