23 строки
412 B
Plaintext
23 строки
412 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Use text conventions for commonly used text extensions.
|
|
*.csv text
|
|
*.ini text
|
|
*.json text
|
|
*.txt text
|
|
*.xml text
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.dll binary
|
|
*.exe binary
|
|
*.gz binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.lib binary
|
|
*.pdb binary
|
|
*.pdf binary
|
|
*.png binary
|
|
*.wim binary
|
|
*.zip binary
|