From c43789f413c9cd3449b52e784adef317baf4a0d5 Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:32:54 -0700 Subject: [PATCH] Create .gitattributes Set file type attributes. --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b8ba9ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text eol=lf +*.sh text eol=lf +*.md text eol=lf +*.asp text eol=lf +*.js text eol=lf +*.css text eol=lf +*.gz binary +*.png binary +*.jpg binary +*.jpeg binary +*.zip binary +*.tar.gz binary