| 1234567891011121314 |
- {
- "files.exclude": {
- "node_modules": true,
- ".babelrc": true,
- ".editorconfig": true,
- ".postcssrc.js": true,
- "dist": true,
- "package.swan.json": true,
- "project.config.json": true,
- "project.swan.json": true,
- "index.html": true,
- "package-lock.json": true
- }
- }
|