refactor: Update .gitattributes to remove working-tree-encoding for .mdx and .json files

This commit is contained in:
ogabrielluiz 2024-06-10 14:30:27 -03:00
commit 65773b424f

4
.gitattributes vendored
View file

@ -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