1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00
osu-lazer/.gitattributes
Drew DeVault f27c0d9e91 Fix .gitattributes
This behavior should check out files in the native line ending depending
on your platform.
2016-10-14 10:13:33 -04:00

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