Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ensure shell scripts always use LF line endings on all platforms.
# Without this, Windows git (autocrlf=true) will convert LF->CRLF on checkout,
# causing "no such file or directory" errors when Docker runs the entrypoint.
*.sh text eol=lf

# Standard: force LF for all text files committed to the repo
* text=auto
Loading