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