From 5601ebb7e43183a562573232f03f863ab5bcaa8a Mon Sep 17 00:00:00 2001 From: Yuri Date: Mon, 29 Jun 2026 23:48:59 -0300 Subject: [PATCH] fix: gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..19f0b97 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Força LF (Linux) em todos os arquivos de código. +# Evita problemas de CRLF/LF entre Windows e Linux no pipeline. +* text=auto eol=lf + +# Binários — não converter quebras de linha +*.png binary +*.jpg binary +*.gif binary +*.ico binary