mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: some cleanup (vsc performance..)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"include": [
|
||||
"."
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules",
|
||||
"bak/",
|
||||
"data/",
|
||||
"doc/",
|
||||
"tools/",
|
||||
"projects/",
|
||||
"**/.pytest_cache",
|
||||
"**/build",
|
||||
"**/dist",
|
||||
"**/.vscode",
|
||||
"**/__pycache__"
|
||||
],
|
||||
"reportMissingImports": true
|
||||
}
|
||||
Reference in New Issue
Block a user