refactor: Update .gitattributes to remove working-tree-encoding for .mdx and .json files
This commit is contained in:
parent
f872a3e753
commit
65773b424f
1 changed files with 2 additions and 2 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue