Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active July 25, 2018 22:39
Show Gist options
  • Select an option

  • Save Ademking/dc418ced17e789551da2fb7735cac9e5 to your computer and use it in GitHub Desktop.

Select an option

Save Ademking/dc418ced17e789551da2fb7735cac9e5 to your computer and use it in GitHub Desktop.
πŸ€ GitHub : Change Repositorie Language

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment