uppy.code-workspace 493 B

1234567891011121314151617181920212223242526
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.exclude": {
  9. "website/public/": true,
  10. "node_modules/": true,
  11. "website/node_modules/": true,
  12. "dist/": true,
  13. "lib/": true,
  14. "assets/": true,
  15. "package-lock.json": true,
  16. "website/package-lock.json": true,
  17. "yarn-error.log": true,
  18. "website/.deploy_git": true,
  19. "npm-debug.log": true,
  20. "website/npm-debug.log": true,
  21. "website/debug.log": true,
  22. "nohup.out": true,
  23. "yarn.lock": true
  24. }
  25. }
  26. }