From 7d97120b0738093d9c6487ce4aee737776a1310a Mon Sep 17 00:00:00 2001 From: Simon Dellenbach Date: Fri, 26 Jun 2026 07:56:16 +0200 Subject: [PATCH] Initial commit. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c52a780 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +* text=auto + +.gitignore eol=lf + +*.sh text eol=lf +*.keys text eol=lf + +*.txt text eol=lf +*.md text eol=lf +