mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
30 lines
621 B
Text
30 lines
621 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"workbench.colorCustomizations": {
|
|
"titleBar.activeForeground": "#ffffff",
|
|
"titleBar.activeBackground": "#ff009d",
|
|
},
|
|
"files.exclude": {
|
|
"website/public/": true,
|
|
"node_modules/": true,
|
|
"website/node_modules/": true,
|
|
"dist/": true,
|
|
"lib/": true,
|
|
"assets/": true,
|
|
"package-lock.json": true,
|
|
"website/package-lock.json": true,
|
|
"yarn-error.log": true,
|
|
"website/.deploy_git": true,
|
|
"npm-debug.log": true,
|
|
"website/npm-debug.log": true,
|
|
"website/debug.log": true,
|
|
"nohup.out": true,
|
|
"yarn.lock": true
|
|
}
|
|
}
|
|
}
|