Skip to content

Commit

Permalink
Fix file mode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanErn committed Jan 11, 2025
1 parent 4fbfe45 commit 1aa051e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1aa051e

Please sign in to comment.