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 (#593)

Signed-off-by: Sebastian Malton <smalton@mirantis.com>

Co-authored-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
Sebastian Malton 2020-07-17 10:11:48 -04:00 committed by GitHub
parent de77f486b1
commit 602f02741a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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