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