From 19fe6e2423b98bbf3ce56cc0d8bc9526761f56a5 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 6 Jun 2023 18:37:21 +0200 Subject: [PATCH] fix: normalize nginx bash the line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..31ac0a937 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +docker/nginx/build-nginx.sh text eol=lf \ No newline at end of file