fuzzed icon indicating copy to clipboard operation
fuzzed copied to clipboard

Fix GitHub language statistics

Open troeger opened this issue 10 years ago • 1 comments

Currently, our project is marked as JavaScript project, because of the large amount of third party code in this language.

Since GitHub intentionally does not support repo-specific exclusion lists, we could adopt our third-party code directory names according to their blacklist:

https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml

troeger avatar Sep 20 '14 13:09 troeger

Separating the third-party code (dependencies) into git submodules can help.

rakhimov avatar Aug 10 '17 21:08 rakhimov