Added filetype definitions to .gitattributes

This commit is contained in:
Assistant 2020-02-27 16:48:24 -07:00 committed by GitHub
parent eb2ab28c73
commit e5bb3bc661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.gitattributes vendored
View File

@ -1,6 +1,19 @@
# 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
# Ignore meta files in ZIP export
.gitattributes export-ignore
.gitignore export-ignore