From 5f7ea6fa6fa5a6896084e2fa4b3c1e6e89bec122 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 27 Sep 2023 15:49:08 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(.gitattributes):=20update?= =?UTF-8?q?=20file=20extensions=20to=20be=20treated=20as=20text=20or=20bin?= =?UTF-8?q?ary=20to=20improve=20repository=20consistency=20and=20performan?= =?UTF-8?q?ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index b69d73e97..4b878819c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,14 +7,28 @@ *.h text *.py text *.js text -*.ts text *.jsx text +*.ts text +*.tsx text *.md text *.mdx text +*.yml text +*.yaml text +*.xml text +*.csv text +*.json text +*.sh text +*.Dockerfile text +Dockerfile text # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary -*.jpg binary \ No newline at end of file +*.jpg binary +*.ico binary +*.gif binary +*.mp4 binary +*.svg binary +*.csv binary