From d12dbbe5227aa0946a0d383e9a279d1db4449408 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sun, 21 Jul 2024 23:38:08 -0500 Subject: [PATCH] Update .gitattributes Signed-off-by: Nathanael Esayeas --- .gitattributes | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1aaeba0..5b3dcc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,22 +1,31 @@ # Auto detect text files and perform LF normalization * text=auto +*.bash text eol=lf +*.css text diff=css +*.gif binary +*.html text diff=html +*.ico binary +*.jpeg binary *.jpg binary +*.lock text -diff *.md text diff=markdown -*.php diff=php +*.php text eol=lf diff=php +*.phpt text eol=lf diff=php +*.phtml text eol=lf diff=html *.png binary +*.py text diff=python *.sh text eol=lf +*.svg text *.txt text +*.webp binary +*.zip binary /.editorconfig export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/docs export-ignore -/ecs.php export-ignore +/composer.lock export-ignore /infection.json5.dist export-ignore -/phive.xml export-ignore /phpunit.xml.dist export-ignore /psalm-baseline.xml export-ignore /psalm.xml.dist export-ignore -/rector.php export-ignore /tests export-ignore -/tools export-ignore