mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 22:43:57 +01:00
14 lines
303 B
JSON
14 lines
303 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"**/.svn": true,
|
||
|
"**/.hg": true,
|
||
|
"**/CVS": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/Thumbs.db": true,
|
||
|
"**/__pycache__": true,
|
||
|
"**/.vscode": true,
|
||
|
"**/*.map": true
|
||
|
},
|
||
|
"hide-files.files": []
|
||
|
}
|