mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
19 lines
458 B
JSON
19 lines
458 B
JSON
{
|
|
"workbench.colorTheme": "Hibou Dark",
|
|
"files.exclude": {
|
|
"**/.var": true,
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.pyc": {"when": "$(basename).py"},
|
|
"**/__pycache__": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/**": true
|
|
}
|
|
}
|