🔧 chore(.gitattributes): update file extensions to be treated as text or binary to improve repository consistency and performance
This commit is contained in:
parent
ce9c10ba21
commit
5f7ea6fa6f
1 changed files with 16 additions and 2 deletions
18
.gitattributes
vendored
18
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue