From fe5a08ebd8d67197d638a78df7393b7a626ce16d Mon Sep 17 00:00:00 2001 From: lufia Date: Tue, 28 Apr 2020 16:47:50 +0900 Subject: [PATCH] add .gitattributes to avoid converting to crlf on Windows --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d207b18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.go text eol=lf diff --git a/.gitignore b/.gitignore index 33e2bc3..e70ddc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .* +!.gitattributes !.github !.gitignore !.dependabot