diff --git a/.vscode/settings.json b/.vscode/settings.json index 82812b8..4059432 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,10 @@ "[yaml,yml]": { "editor.insertSpaces": true, "editor.tabSize": 2 + }, + "git.branchProtection": [], + "files.exclude": { + "dotdungeon.lock": true, + ".styles": true, } } \ No newline at end of file