mirror of
https://github.com/rommapp/romm.git
synced 2026-04-18 12:09:38 +00:00
12 lines
471 B
Plaintext
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
|