Browse Source

Merge pull request #3338

Vincas Dargis (1):
      fix(.gitattributes): bootstrap.sh execution fails on MSYS
pull/3204/merge
Zetok Zalbavar 9 years ago
parent
commit
b0b94fc9b6
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  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