Skip to content

Instantly share code, notes, and snippets.

@BrunoDorea
Last active March 4, 2023 13:23
Show Gist options
  • Save BrunoDorea/c92cabc50d43c2c2b2013de9f9e077dc to your computer and use it in GitHub Desktop.
Save BrunoDorea/c92cabc50d43c2c2b2013de9f9e077dc to your computer and use it in GitHub Desktop.
Remover linguagem em repositorio github
  1. Criar um arquivo com nome .gitattributes

  2. Configurando o arquivo para remover o html da lista de linguagem do github

    • *.html linguist-vendored=true
  3. Salvar o arquivo

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