mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
configure big folders to ignore for vscode (#593)
Signed-off-by: Sebastian Malton <smalton@mirantis.com> Co-authored-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
de77f486b1
commit
602f02741a
@ -32,5 +32,13 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "CommonJS"
|
"module": "CommonJS"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
|
"out",
|
||||||
|
"dist",
|
||||||
|
"coverage",
|
||||||
|
"binaries",
|
||||||
|
"static"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user