From 65773b424f04b685e8d43837b249d7ddc55980bd Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Mon, 10 Jun 2024 14:30:27 -0300 Subject: [PATCH] refactor: Update .gitattributes to remove working-tree-encoding for .mdx and .json files --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index d6e351bc3..379b21be8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,12 +11,12 @@ *.ts text *.tsx text *.md text -*.mdx text working-tree-encoding = UTF-8 +*.mdx text *.yml text *.yaml text *.xml text *.csv text -*.json text working-tree-encoding = UTF-8 +*.json text *.sh text *.Dockerfile text Dockerfile text