From 87d53df6b66abd3849dfbbfdbfa1c8e909e75432 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 18 Apr 2026 16:17:20 -0500 Subject: [PATCH] Add .gitattributes: enforce LF line endings, mark binary files Stops CRLF warnings on Windows and ensures consistent line endings across all platforms. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitattributes | 17 +++++++++++ update.xml | 76 +++++++++++++++++++++++++------------------------- 2 files changed, 55 insertions(+), 38 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..72f9fd4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Force LF line endings for all text files +* text=auto eol=lf + +# Explicitly mark binary files +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.svg text eol=lf +*.woff binary +*.woff2 binary +*.ttf binary +*.eot binary +*.zip binary +*.gz binary +*.tar binary diff --git a/update.xml b/update.xml index d67263e..1d28ab5 100644 --- a/update.xml +++ b/update.xml @@ -1,39 +1,39 @@ - - - - {{EXTENSION_NAME}} - MokoCassiopeia — Moko Consulting Joomla extension - {{EXTENSION_ELEMENT}} - {{EXTENSION_TYPE}} - {{VERSION}} - - - https://git.mokoconsulting.tech/mokoconsulting-tech/MokoCassiopeia/releases/download/v{{VERSION}}/{{EXTENSION_ELEMENT}}.zip - - - https://github.com/mokoconsulting-tech/MokoCassiopeia/releases/download/v{{VERSION}}/{{EXTENSION_ELEMENT}}.zip - - - - 8.1 - + + + + {{EXTENSION_NAME}} + MokoCassiopeia — Moko Consulting Joomla extension + {{EXTENSION_ELEMENT}} + {{EXTENSION_TYPE}} + {{VERSION}} + + + https://git.mokoconsulting.tech/mokoconsulting-tech/MokoCassiopeia/releases/download/v{{VERSION}}/{{EXTENSION_ELEMENT}}.zip + + + https://github.com/mokoconsulting-tech/MokoCassiopeia/releases/download/v{{VERSION}}/{{EXTENSION_ELEMENT}}.zip + + + + 8.1 + \ No newline at end of file