1. Create a new file in the root called ".gitattributes" 2. Write this code and change the 2nd line with the extension of your language (in this example i use .js) : * linguist-vendored *.js linguist-vendored=false 3. Tadaaa .. That's all