fix: gitattributes

This commit is contained in:
2026-06-29 23:48:59 -03:00
parent 8c6f01e01d
commit 5601ebb7e4
+9
View File
@@ -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