commit f7d19fcf476bc4d123a33e600993081a233884e3 Author: toras9000 Date: Sun Dec 8 15:15:22 2019 +0900 add .gitattributes 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