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