🔧 chore(.gitattributes): update file extensions to be treated as text or binary to improve repository consistency and performance

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-27 15:49:08 -03:00
commit 5f7ea6fa6f

18
.gitattributes vendored
View file

@ -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
*.jpg binary
*.ico binary
*.gif binary
*.mp4 binary
*.svg binary
*.csv binary