mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
ad82862135
change .gitattributes to set 'lf' line ending for *.sh files to make them work with MSYS sh.
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# 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
|