From e5bb3bc66100301b353a97a302f4628449983b0a Mon Sep 17 00:00:00 2001 From: Assistant Date: Thu, 27 Feb 2020 16:48:24 -0700 Subject: [PATCH] Added filetype definitions to .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitattributes b/.gitattributes index c34b14b..51118bd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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