String to string and **/.git

This commit is contained in:
2022-08-13 12:59:59 -07:00
parent 5bcc94a0aa
commit 8db793aae7
3 changed files with 9 additions and 3 deletions

View File

@ -46,5 +46,9 @@
"titleBar.inactiveBackground": "#85d17c99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#85d17c"
"peacock.color": "#85d17c",
"explorer.excludeGitIgnore": false,
"files.exclude": {
"**/.git": false
}
}