From 4a04321f454f3e9bcd6ce30bdd611bf076d5f77a Mon Sep 17 00:00:00 2001 From: RallyBlock <50393307+RallyBlock@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:58:02 -0700 Subject: [PATCH] fixed git --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c6a212e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure shell scripts always use LF (Linux requires this for shebang to work) +bin/* text eol=lf