From 69bd5832e71c869f43b98ad5122db945ed4339a4 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Wed, 1 Apr 2026 14:22:09 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b1319c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +* text=auto eol=lf +*.sh text eol=lf +*.awk text eol=lf +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.md text eol=lf +*.conf text eol=lf +*.json text eol=lf +*.xml text eol=lf +*.png binary +*.gif binary +*.svg text eol=lf +*.ico binary