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