mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 04:49:40 +08:00
f27c0d9e91
This behavior should check out files in the native line ending depending on your platform.
24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
# This won't normalise line endings, but it will ensure that merge drivers use CRLF
|
|
* -text eol=crlf
|
|
|
|
*.cs text=auto
|
|
*.csproj text=auto
|
|
*.sln text=auto
|
|
|
|
# Currently in-use binary file extensions
|
|
*.blend binary
|
|
*.bmp binary
|
|
*.dll binary
|
|
*.exe binary
|
|
*.icns binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.osz2 binary
|
|
*.pdn binary
|
|
*.psd binary
|
|
*.PSD binary
|
|
*.tga binary
|
|
*.ttf binary
|
|
*.wav binary
|
|
*.xnb binary
|