fix: añadir .gitattributes con eol=lf y troubleshooting CRLF (#1) (#3)

Co-authored-by: Hermes <hermes@d0a1.es>
Co-committed-by: Hermes <hermes@d0a1.es>
This commit was merged in pull request #3.
This commit is contained in:
2026-06-20 02:02:07 +02:00
committed by Flama
parent dd84d63660
commit 3d75b77dd7
2 changed files with 26 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Garantiza que los scripts se guarden con saltos de línea Unix (LF),
# incluso en clones desde Windows. Evita que `bash deploy.sh` rompa
# con errores tipo "$'\r': command not found" en WSL / Git Bash.
*.sh text eol=lf
*.bash text eol=lf
# Documentación también en LF para consistencia.
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf