Hide non-magic templates in VSCode
This commit is contained in:
26
.vscode/settings.json
vendored
Normal file
26
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"data/archenemy*": true,
|
||||
"data/herospath*": true,
|
||||
"data/planechase*": true,
|
||||
"data/saga*": true,
|
||||
"data/space*": true,
|
||||
"data/vanguard*": true,
|
||||
"data/vs*": true
|
||||
},
|
||||
"hide-files.files": [
|
||||
"data/archenemy*",
|
||||
"data/herospath*",
|
||||
"data/planechase*",
|
||||
"data/saga*",
|
||||
"data/space*",
|
||||
"data/vanguard*",
|
||||
"data/vs*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user