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:
@@ -11,3 +11,5 @@ log-*
|
|||||||
*.verify.exe
|
*.verify.exe
|
||||||
*.infected.exe
|
*.infected.exe
|
||||||
projects/*
|
projects/*
|
||||||
|
*.test.exe
|
||||||
|
data/binary/exes/*
|
||||||
Binary file not shown.
Binary file not shown.
@@ -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