1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

configure big folders to ignore for vscode

Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
Sebastian Malton 2020-07-17 09:59:52 -04:00
parent de77f486b1
commit 85690fcdef

View File

@ -32,5 +32,13 @@
"compilerOptions": {
"module": "CommonJS"
}
}
},
"exclude": [
"node_modules",
"out",
"dist",
"coverage",
"binaries",
"static"
]
}