Browse Source

fix: check out Bash scripts with LF

Always check out Bashs scripts with Unix-style line endings so they work if you
run them inside Docker on Windows.
xmkb
Joel Spadin 4 years ago
parent
commit
5f58193cde
  1. 6
      .gitattributes

6
.gitattributes vendored

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
* text=auto
# Always use Unix-style line endings for Bash scripts so they work in
# Docker on Windows.
.bashrc text eol=lf
*.sh text eol=lf
Loading…
Cancel
Save