Skip to content

Commit

Permalink
chore: modified .gitattributes
Browse files Browse the repository at this point in the history
added install-ytt.sh to gitattributes, added universal line to catch all .sh files and ensure proper line endings when cloned to windows machines.
  • Loading branch information
Bobinstein authored and djwhitt committed Aug 25, 2023
1 parent 8efaf3d commit cd87d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/docker-entrypoint.sh text eol=lf
/envoy/docker-entrypoint.sh text eol=lf
/envoy/install-ytt.sh text eol=lf
**/*.sh text eol=lf

0 comments on commit cd87d50

Please sign in to comment.