mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
10 lines
119 B
JSON
10 lines
119 B
JSON
{
|
|
"search.exclude": {
|
|
"package-lock.json": true,
|
|
"lib/**": true,
|
|
},
|
|
"taskExplorer.exclude": [
|
|
".husky",
|
|
],
|
|
}
|