From d984bcf5b2a9287210bd2ed8da9f305d1c82ee12 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sat, 18 Jan 2025 14:33:04 -0600 Subject: [PATCH] Update .gitattributes (#74) Updates `.gitattributes` to include the file extensions used in the project Signed-off-by: Nathanael Esayeas --- .gitattributes | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5b3dcc6d..a4f680d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,24 +1,7 @@ # 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 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 @@ -26,6 +9,4 @@ /composer.lock export-ignore /infection.json5.dist export-ignore /phpunit.xml.dist export-ignore -/psalm-baseline.xml export-ignore -/psalm.xml.dist export-ignore /tests export-ignore