nova-web/.vscode/settings.json

21 lines
515 B
JSON
Raw Normal View History

2023-07-21 23:50:17 +02:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/__pycache__": true,
"**/.vscode": true,
"**/*.map": true,
"static/css/base.css": true,
"static/css/home.css": true,
"static/css/navbar.css": true
},
"hide-files.files": [
"static/css/base.css",
"static/css/home.css",
"static/css/navbar.css"
]
}