Skip to content

Instantly share code, notes, and snippets.

@yasinkuyu
Created January 16, 2021 10:24
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 yasinkuyu/e918731de0d49aad5cf4ffe2344c32ba to your computer and use it in GitHub Desktop.
Save yasinkuyu/e918731de0d49aad5cf4ffe2344c32ba to your computer and use it in GitHub Desktop.
vscode nuxt search exclude
"search.exclude": {
"**/.github": true,
"**/.nuxt": true,
"**/dist": true,
"package-lock.json": true,
"yarn.lock": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment