2021-08-28 07:30:50 +00:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text eol=lf
|
|
|
|
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
|
|
*.cmd text eol=crlf
|
|
|
|
*.bat text eol=crlf
|
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
2021-11-13 16:36:37 +00:00
|
|
|
*.jpg binary
|
2021-08-28 07:30:50 +00:00
|
|
|
*.jar binary
|