Update .gitattributes
This commit is contained in:
parent
ab1c0a7548
commit
246c6e5a51
1 changed files with 32 additions and 2 deletions
34
.gitattributes
vendored
34
.gitattributes
vendored
|
|
@ -1,9 +1,39 @@
|
|||
* text=auto eol=lf
|
||||
# Set the default behavior:
|
||||
# On checkout, the line endings will be normalized to the correct one for the OS
|
||||
# On commit, the line endings will be reset to lf
|
||||
* text=auto
|
||||
|
||||
*.zip binary
|
||||
# Text Files
|
||||
*.txt text
|
||||
*.md text
|
||||
LICENSE text
|
||||
|
||||
*.cfg text
|
||||
*.lang text
|
||||
|
||||
*.bat text
|
||||
*.sh text
|
||||
|
||||
*.json text
|
||||
*.yml text
|
||||
*.yaml text
|
||||
*.toml text
|
||||
|
||||
*.js text
|
||||
*.ts text
|
||||
|
||||
*.zs text
|
||||
*.groovy text
|
||||
|
||||
*.xml text
|
||||
*.xsd text
|
||||
*.svg text
|
||||
|
||||
# Binary Files
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.pdf binary
|
||||
|
||||
dumps/**/*.* linguist-generated=true
|
||||
*.log linguist-generated=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue