Skip to content

Instantly share code, notes, and snippets.

@amariliscamargo
Created June 12, 2022 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amariliscamargo/6aebe76d920fc1962b53badf25924989 to your computer and use it in GitHub Desktop.
Save amariliscamargo/6aebe76d920fc1962b53badf25924989 to your computer and use it in GitHub Desktop.
Configuração do vs code para "limpar" o ambiente para desenvolver React (.vscode/settings.js)
{
"git.enabled":false,
"files.exclude":{
"node_modules":true,
".vscode":true,
".gitignore":true,
"package.json":true,
"package-lock.json":true,
"public":true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment