From ba03707825161982f2c5678adb142ed2bb420112 Mon Sep 17 00:00:00 2001 From: garrettsiegel Date: Mon, 2 Feb 2026 18:56:26 -0500 Subject: [PATCH] Revert unrelated changes to .vscode/settings.json --- .vscode/settings.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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": [] + } }