From f7d19fcf476bc4d123a33e600993081a233884e3 Mon Sep 17 00:00:00 2001 From: toras9000 Date: Sun, 8 Dec 2019 15:15:22 +0900 Subject: [PATCH] add .gitattributes --- .gitattributes | 5 +++++ .gitignore | 1 + 2 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6e80ff1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* -text +*.sh text eol=lf +*.yml text eol=lf +Dockerfile text eol=lf +*.bat text eol=crlf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6995804 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +volumes