From 7549cd2b05f640597229d5e862d924b0f15cdabf Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 17 Mar 2024 21:27:16 -0600 Subject: [PATCH] Change VSC settings --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4059432..36a383b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,6 @@ { "files.autoSave": "onWindowChange", "editor.tabSize": 2, - "[javascript]": { - "editor.tabSize": 4 - }, "[yaml,yml]": { "editor.insertSpaces": true, "editor.tabSize": 2 @@ -12,5 +9,8 @@ "files.exclude": { "dotdungeon.lock": true, ".styles": true, + "node_modules": true, + "packs": true, + ".gitattributes": true, } } \ No newline at end of file