Disable VSC branch protection and hide some files that I don't care to see in the file browser
This commit is contained in:
parent
19588bb137
commit
fb4026dcce
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -7,5 +7,10 @@
|
|||
"[yaml,yml]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"git.branchProtection": [],
|
||||
"files.exclude": {
|
||||
"dotdungeon.lock": true,
|
||||
".styles": true,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue