From 1aa051e210ad3ac524e7a844e02d4ce58d0963a8 Mon Sep 17 00:00:00 2001 From: Sean Ernstes Date: Sat, 11 Jan 2025 13:41:00 -0500 Subject: [PATCH] Fix file mode changes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index c6a3b44..39eecd8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,10 @@ .photonvision/**/* filter=lfs diff=lfs merge=lfs -text +.ctrswerve/**/* filter=lfs diff=lfs merge=lfs -text +*.sh text eol=lf +*.bash text eol=lf +*.zsh text eol=lf +gradlew text eol=lf + +# Prevent Git from tracking mode changes for shell scripts +*.sh -text -exec +gradlew -text -exec \ No newline at end of file