mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
23 lines
468 B
Text
23 lines
468 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"workbench.colorCustomizations": {
|
|
"titleBar.activeForeground": "#ffffff",
|
|
"titleBar.activeBackground": "#ff009d"
|
|
},
|
|
"search.exclude": {
|
|
"node_modules/": true,
|
|
"dist/": true,
|
|
"lib/": true,
|
|
"yarn-error.log": true,
|
|
"npm-debug.log": true,
|
|
"nohup.out": true,
|
|
"yarn.lock": true
|
|
}
|
|
}
|
|
}
|