Disable VSC branch protection and hide some files that I don't care to see in the file browser

This commit is contained in:
Oliver-Akins 2024-02-24 13:41:17 -07:00
parent 19588bb137
commit fb4026dcce

View file

@ -7,5 +7,10 @@
"[yaml,yml]": { "[yaml,yml]": {
"editor.insertSpaces": true, "editor.insertSpaces": true,
"editor.tabSize": 2 "editor.tabSize": 2
},
"git.branchProtection": [],
"files.exclude": {
"dotdungeon.lock": true,
".styles": true,
} }
} }