Skip to content

Instantly share code, notes, and snippets.

@robsonfaxas
Created April 25, 2020 23:10
Show Gist options
  • Save robsonfaxas/623485d3d7f8986ab9b34b6386971803 to your computer and use it in GitHub Desktop.
Save robsonfaxas/623485d3d7f8986ab9b34b6386971803 to your computer and use it in GitHub Desktop.
#git - 7 - gitignore #VSCode
-- para aplicações C# é interessante ter um ignore para bin, obj, entre outros
1 - Crie na raiz do repositorio o arquivo .gitignore
2 - dentro dele coloque o seguinte conteúdo:
bin
obj
.vs
.vscode
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment