From e3f94bb67b93c8c6591f0e1f444a563fe105a88f Mon Sep 17 00:00:00 2001 From: SoulSeekkor Date: Thu, 18 Oct 2018 11:15:41 -0500 Subject: [PATCH] Added .gitattributes file to files requiring LF endings are properly checked out on Windows. (#380) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1d012697d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh eol=lf +.dockerignore eol=lf +dockerfile eol=lf \ No newline at end of file