mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
repo: exclude irrelevant NPM tasks in VS Code
This commit is contained in:
parent
9c4aa4f220
commit
cb7b25f054
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -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/**"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user