From 8e9bc01c00e089c4e4c90feaec88993081b02c2a Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 9 Nov 2024 16:30:25 +0100 Subject: [PATCH] Adds (adapted) upstream .gitattributes --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d69203d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text=auto + +*.js text +*.md text +*.yml text +*.sh text +## *.bat text eol=crlf +*.bat -text + +*.png binary + +.gitattributes export-ignore +*.yml export-ignore +/wiki export-ignore +/.github export-ignore