From 65d5f6293017bbd71ec3c80364eac309953196b5 Mon Sep 17 00:00:00 2001 From: Tin Date: Tue, 19 Feb 2019 17:54:02 +0100 Subject: [PATCH] fix#10 git attribute end of line to LF for *.sh files --- .gitattributes | 1 + .gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a471a42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index e86c082..c9808ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# hidden files +# hidden files, exluding gitattributes .* +!.gitattributes # data folder /data