From fb4026dcce85d630eb3016be879465a77c1cd8c4 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 24 Feb 2024 13:41:17 -0700 Subject: [PATCH] Disable VSC branch protection and hide some files that I don't care to see in the file browser --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) 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