Browse Source

fix(.gitattributes): bootstrap.sh execution fails on MSYS

change .gitattributes to set 'lf' line ending for *.sh files to make
them work with MSYS sh.
pull/3338/head
Vincas Dargis 9 years ago
parent
commit
ad82862135
  1. 3
      .gitattributes

3
.gitattributes vendored

@ -1,5 +1,8 @@ @@ -1,5 +1,8 @@
# Fix GitHub thinking our translations are TypeScript
*.ts linguist-language=XML
# fix bootstrap.sh on Windows MSYS
*.sh eol=lf
# Don't count the translation files in the language stats
translations/* linguist-vendored

Loading…
Cancel
Save