From 1b05921b701eeffeaaf41b315ca6114c8133286a Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Tue, 15 Dec 2015 16:19:59 -0800 Subject: [PATCH] Update the git template --- build-template-dotnet/.gitattributes | 2 ++ build-template-dotnet/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/build-template-dotnet/.gitattributes b/build-template-dotnet/.gitattributes index bdaa5ba982..d4ee1cb7f3 100644 --- a/build-template-dotnet/.gitattributes +++ b/build-template-dotnet/.gitattributes @@ -48,3 +48,5 @@ *.fsproj text=auto *.dbproj text=auto *.sln text=auto eol=crlf + +*.sh eol=lf diff --git a/build-template-dotnet/.gitignore b/build-template-dotnet/.gitignore index d679b4484b..f188b85ce0 100644 --- a/build-template-dotnet/.gitignore +++ b/build-template-dotnet/.gitignore @@ -2,6 +2,7 @@ [Bb]in/ TestResults/ .nuget/ +.build/ *.sln.ide/ _ReSharper.*/ packages/