Browse Source

Add .gitattribute, fix github linguist mistakes

No, qTox isn't written in TypeScript, those are XML translation files.
pull/642/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
39c3a3ad58
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 5
      .gitattributes

5
.gitattributes vendored

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Fix github thinking our translations are TypeScript
*.ts linguist-language=XML
# Don't count the translation files in the language stats
translations/* linguist-vendored
Loading…
Cancel
Save