From ed642742973674e8d185ce3ec5a715d16d55e685 Mon Sep 17 00:00:00 2001 From: Dinah Xiaoman G <116714259+DinahK-2SO@users.noreply.github.com> Date: Thu, 18 Jun 2026 03:51:03 +0000 Subject: [PATCH] adding .gitattributes --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b38900 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +* text=auto eol=lf + +*.md text eol=lf +*.json text eol=lf +*.txt text eol=lf + +*.ps1 eol=lf +*.ts eol=lf +*.cs eol=lf +*.csproj eol=lf + + +*.png binary +*.jpg binary +*.ico binary +*.zip binary \ No newline at end of file