You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Adding this ensures that file handling is consistent for everyone and avoids
# OS-specific issues such as shell script end of line issues.
# `* text=auto` – Specifies that all files should have their line endings
# normalized to the platform default.
# `*.sh text eol=lf` – Ensures that all shell script files (*.sh) are checked out with "LF"(Unix-style) line endings, regardless of the platform (text eol=lf).