From b32a7594851f9744d0e1a7fc465b8c11fcd1a3dd Mon Sep 17 00:00:00 2001 From: Cesa-V Date: Mon, 15 Jun 2026 15:24:39 -0300 Subject: [PATCH] Configure binary file handling --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c4320e1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +*.pdf binary +*.xlsx binary +*.xlsm binary +*.xls binary + +*.txt text eol=crlf +*.md text eol=crlf +*.gitignore text eol=crlf