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