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