Skip to content

Instantly share code, notes, and snippets.

@iZerus
Created April 6, 2021 08:21
Show Gist options
  • Save iZerus/e01c3004c69d03b20d2bbfb4b18477f6 to your computer and use it in GitHub Desktop.
Save iZerus/e01c3004c69d03b20d2bbfb4b18477f6 to your computer and use it in GitHub Desktop.
Настройка для VSCode для игнора лишних скриптов
{
"npm.exclude": [
"**/cordova/**",
"**/cordova"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment