From 6362887d0c4fb0897b65c6aa2408a72a1835b47e Mon Sep 17 00:00:00 2001 From: Lobo Date: Fri, 7 Nov 2025 09:34:17 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9a48b31 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto eol=lf + +*.png binary +*.jpg binary +*.svg text +*.ts text +*.html text +*.scss text +*.json text