nova-web/.vscode/settings.json
2023-07-23 02:07:22 +02:00

25 lines
657 B
JSON

{
"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,
"static/css/input.css": true,
"static/css/footer.css": true
},
"hide-files.files": [
"static/css/base.css",
"static/css/home.css",
"static/css/navbar.css",
"static/css/input.css",
"static/css/footer.css"
]
}