uppy.code-workspace 673 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "folders": [
  3. {
  4. "path": "..",
  5. },
  6. ],
  7. "settings": {
  8. "workbench.colorCustomizations": {
  9. "titleBar.activeForeground": "#ffffff",
  10. "titleBar.activeBackground": "#ff009d",
  11. },
  12. "search.exclude": {
  13. "website/public/": true,
  14. "node_modules/": true,
  15. "website/node_modules/": true,
  16. "dist/": true,
  17. "lib/": true,
  18. "package-lock.json": true,
  19. "website/package-lock.json": true,
  20. "yarn-error.log": true,
  21. "website/.deploy_git": true,
  22. "npm-debug.log": true,
  23. "website/npm-debug.log": true,
  24. "website/debug.log": true,
  25. "nohup.out": true,
  26. "yarn.lock": true,
  27. },
  28. },
  29. }