settings.json 342 B

1234567891011121314
  1. {
  2. "files.exclude": {
  3. "node_modules": true,
  4. ".babelrc": true,
  5. ".editorconfig": true,
  6. ".postcssrc.js": true,
  7. "dist": true,
  8. "package.swan.json": true,
  9. "project.config.json": true,
  10. "project.swan.json": true,
  11. "index.html": true,
  12. "package-lock.json": true
  13. }
  14. }