Created
January 16, 2021 10:24
-
-
Save yasinkuyu/e918731de0d49aad5cf4ffe2344c32ba to your computer and use it in GitHub Desktop.
vscode nuxt search exclude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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