Files
django-core-base/.gitattributes
minguezsanzjuanjose 590e18e994
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
fix: forzar LF en entrypoint.sh + environments postman + limpiar variables coleccion
- .gitattributes: añadir '*.sh text eol=lf' para evitar CRLF en Windows
- deployments/entrypoint.sh: renormalizado a LF
- postman_environments.json: entornos LOCAL/DEV/PROD en un único fichero
- postman_collection.json: eliminadas variables por defecto (vienen del entorno)
2026-04-17 23:01:36 +02:00

6 lines
160 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
# Shell scripts: forzar LF siempre (evita CRLF en Windows que rompe Docker)
*.sh text eol=lf