From a3d20c7ca22a3c43192bf0be3e7ff0ec8f99b2e1 Mon Sep 17 00:00:00 2001 From: vinay Date: Sat, 11 Jul 2020 22:44:10 +0530 Subject: [PATCH] Added gitattributes for lf issue --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9cb98641 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +Dockerfile eol=lf +*.sh eol=lf