Skip to content

Commit

Permalink
Merge pull request #71 from 5152Alotobots/patchFileChanges
Browse files Browse the repository at this point in the history
Fix file mode changes
  • Loading branch information
SeanErn authored Jan 11, 2025
2 parents 4fbfe45 + 1aa051e commit 0acbc6d
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 0acbc6d

Please sign in to comment.