diff --git a/.vscode/settings.json b/.vscode/settings.json index 44215cc6..b28e8cdb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,13 +17,5 @@ "yaml.schemas": { "./.schemas/collection.schema.json": "*.collection.yml", "./.schemas/tools.schema.json": "website/data/tools.yml", - }, - "files.exclude": { - "**/.git": true, - "**/.svn": true, - "**/.hg": true, - "**/.DS_Store": true, - "**/Thumbs.db": true - }, - "hide-files.files": [] + } }