From 9b8b8e2cf638c67c126195e5780b865760b034d0 Mon Sep 17 00:00:00 2001 From: Supakorn 'Jamie' Rassameemasmuang Date: Sun, 12 Nov 2023 13:59:31 -0700 Subject: [PATCH] REPO: Add gitattributes file to ensure unix endings for *.sh files. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2430270 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.sh text eof=lf +docker/wait-for text eof=lf