зеркало из https://github.com/microsoft/PTVS.git
22 строки
322 B
Plaintext
22 строки
322 B
Plaintext
|
[patterns]
|
||
|
|
||
|
**.sln = BIN
|
||
|
**.ico = BIN
|
||
|
**.bmp = BIN
|
||
|
**.png = BIN
|
||
|
**.snk = BIN
|
||
|
**.mht = BIN
|
||
|
**.pickle = BIN
|
||
|
|
||
|
# Some Windows-specific files should always be CRLF
|
||
|
|
||
|
**.bat = CRLF
|
||
|
|
||
|
# All other files (which presumably are human-editable) are "native".
|
||
|
# This must be the last rule!
|
||
|
|
||
|
** = native
|
||
|
|
||
|
[repository]
|
||
|
native = LF
|