From 5690e90ad1e753b980ce41fa84a36a1349da6ff6 Mon Sep 17 00:00:00 2001 From: parallels999 <109294935+parallels999@users.noreply.github.com> Date: Thu, 2 May 2024 08:47:24 -0500 Subject: [PATCH] Update .gitattributes (#71) * Update .gitattributes * Support stty for windows support on scripts --- .gitattributes | 1 + stty.bat | 1 + 2 files changed, 2 insertions(+) create mode 100644 stty.bat diff --git a/.gitattributes b/.gitattributes index 9a3526b..f3fed46 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/examples export-ignore diff --git a/stty.bat b/stty.bat new file mode 100644 index 0000000..58f5ce0 --- /dev/null +++ b/stty.bat @@ -0,0 +1 @@ +@IF "%1"=="size" exit 255