hide dotfiles from file browser
This commit is contained in:
parent
95f4ec94cf
commit
463fda21c9
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,4 +1,13 @@
|
||||
{
|
||||
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${profileName}${separator}${appName}",
|
||||
"workbench.editor.labelFormat": "medium",
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true
|
||||
},
|
||||
"hide-files.files": [],
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user