mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 20:33:58 +01:00
21 lines
515 B
JSON
21 lines
515 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
|
||
|
},
|
||
|
"hide-files.files": [
|
||
|
"static/css/base.css",
|
||
|
"static/css/home.css",
|
||
|
"static/css/navbar.css"
|
||
|
]
|
||
|
}
|