From cd87d50fba2c1ae9521edc69437dca326cc57cc3 Mon Sep 17 00:00:00 2001 From: Stephen <62410139+Bobinstein@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:24:47 -0400 Subject: [PATCH] chore: modified .gitattributes added install-ytt.sh to gitattributes, added universal line to catch all .sh files and ensure proper line endings when cloned to windows machines. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 956b1799..05f5f0ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file