From 9784223bc8c5ce5623c4efcf6f942c8118591e3e Mon Sep 17 00:00:00 2001 From: Marek Kulik Date: Mon, 5 Jul 2021 08:38:19 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..65891ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto eol=lf + +# Ignored files by `git archive` +/.github export-ignore +/.gitattributes export-ignore