repo: exclude irrelevant NPM tasks in VS Code

This commit is contained in:
Adorian Doran 2025-02-12 12:06:55 +02:00
parent 9c4aa4f220
commit cb7b25f054

View File

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