From 5a50d327486627400520f21b01a455d267556d30 Mon Sep 17 00:00:00 2001 From: Andrew Brock Date: Sat, 2 Dec 2023 07:30:34 +1100 Subject: [PATCH] chore: make running local dev instance on Windows work regardless of git config (#5419) The only issue was that line endings of shell scripts may be \r\n when cloned on Windows with autocrlf and shells don't like that. Co-authored-by: brokeh --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 48c4dbdb0..986127fcb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,3 +17,5 @@ web/src/api/open-api/**/*.md -diff -merge web/src/api/open-api/**/*.md linguist-generated=true web/src/api/open-api/**/*.ts -diff -merge web/src/api/open-api/**/*.ts linguist-generated=true + +*.sh text eol=lf