repo: exclude irrelevant NPM tasks in VS Code

pull/1173/head
Adorian Doran 2025-02-12 12:06:55 +07:00
parent 9c4aa4f220
commit cb7b25f054
1 changed files with 2 additions and 1 deletions

@ -18,5 +18,6 @@
"github-actions.workflows.pinned.workflows": [".github/workflows/nightly.yml"], "github-actions.workflows.pinned.workflows": [".github/workflows/nightly.yml"],
"[css]": { "[css]": {
"editor.defaultFormatter": "vscode.css-language-features" "editor.defaultFormatter": "vscode.css-language-features"
} },
"npm.exclude": ["**/build", "**/dist", "**/out/**"]
} }