123456789101112131415 |
- {
- "search.exclude": {
- "**/node_modules": true,
- "**/bower_components": true,
- "**/build": true
- },
- "files.exclude": {
- "**/.git": true,
- "**/.svn": true,
- "**/.hg": true,
- "**/CVS": true,
- "**/.DS_Store": true,
- "**/node_modules": true
- }
- }
|