From aae2c3d418760b0906db21d100604055eae83bd1 Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Sun, 1 Mar 2026 22:36:49 +1300 Subject: [PATCH] Add repository line ending policy --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aa6354f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +* text=auto eol=lf + +*.bat text eol=crlf +*.cmd text eol=crlf +*.ps1 text eol=crlf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.pdf binary +*.zip binary +*.gz binary +*.tgz binary +*.woff binary +*.woff2 binary