Files
MOPC-Portal/.gitattributes
Matt 3975b5c51f
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m29s
Fix CRLF line endings in runtime/deploy scripts and enforce LF
2026-02-14 16:35:26 +01:00

13 lines
282 B
Plaintext

* text=auto
# Deployment/runtime scripts must stay LF for Linux containers/shells.
*.sh text eol=lf
Dockerfile text eol=lf
**/Dockerfile text eol=lf
# Keep YAML and env-ish config files LF across platforms.
*.yml text eol=lf
*.yaml text eol=lf
*.env text eol=lf
*.sql text eol=lf