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:
@@ -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
|
||||
Reference in New Issue
Block a user