From 279315e2610c68f5e99594fd7d842557f8f48882 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 7 Jan 2023 11:29:45 +0100 Subject: [PATCH] Hide resources and scenes from vsc --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f31d2e0..71e1197 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,8 @@ "files.exclude": { ".godot": true, "**/*.godot": true, + "**/*.tres": true, + "**/*.tscn": true, "**/*.import": true, }, "files.associations": {