nova-web/.vscode/settings.json
nsde 569d40161b Added user dashboard
Co-authored-by: Leander <henceiusegentoo@users.noreply.github.com>
2023-09-21 23:59:10 +02:00

37 lines
1.1 KiB
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,
"web/static/css/base.css": true,
"web/static/css/footer.css": true,
"web/static/css/home.css": true,
"web/static/css/input.css": true,
"web/static/css/navbar.css": true,
"web/static/css/profile.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",
"web/static/css/base.css",
"web/static/css/footer.css",
"web/static/css/home.css",
"web/static/css/input.css",
"web/static/css/navbar.css",
"web/static/css/profile.css"
]
}