Files
romm/.gitattributes
Georges-Antoine Assi 350fc8dd84 tiny fix
2026-04-15 19:20:17 -04:00

12 lines
471 B
Plaintext

**/tests/cassettes/*.yaml linguist-generated
# Keep this file itself in LF so git can parse it reliably on all platforms.
.gitattributes text eol=lf
# Ensure shell scripts always use LF line endings in the repository,
# regardless of the developer's OS or core.autocrlf setting.
# Without this, Windows checkouts produce CRLF scripts that fail to
# execute inside Linux containers with "no such file or directory".
*.sh text eol=lf
docker/init_scripts/init text eol=lf