VRCMelonAssistant/.gitattributes

20 lines
275 B
Plaintext
Raw Normal View History

2020-02-26 22:23:23 +13:00
# CRLF Normalisation
* text eol=lf
# Filetype definitions
*.cs text
*.xaml text
*.yml text
*.sln text
*.resx text
*.config text
*.csproj text
*.settings text
*.ico binary
*.png binary
2020-02-26 22:23:23 +13:00
# Ignore meta files in ZIP export
.gitattributes export-ignore
.gitignore export-ignore