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/