mirror of
https://github.com/kemko/mta-sts2.git
synced 2026-01-01 15:45:42 +03:00
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Set svg to binary type, as SVG is unlikely to be editted by hand. Can be treated as checked in blob
|
|
*.svg binary
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.pdf binary
|